21 lines
740 B
Plaintext
21 lines
740 B
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://bae2wqnjxk5we"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/space_pod.gd" id="1_mmqq1"]
|
|
[ext_resource type="Texture2D" uid="uid://bdnapk5ubpkp5" path="res://assets/entities.png" id="2_d0pm1"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_t0d6u"]
|
|
atlas = ExtResource("2_d0pm1")
|
|
region = Rect2(128, 0, 32, 32)
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_ydrnh"]
|
|
radius = 9.0
|
|
|
|
[node name="SpacePod" type="CharacterBody2D" groups=["pickups"]]
|
|
script = ExtResource("1_mmqq1")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = SubResource("AtlasTexture_t0d6u")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_ydrnh")
|