first Prototype
This commit is contained in:
parent
89503407e7
commit
c887a2168c
78 changed files with 2494 additions and 2 deletions
9
scenes/spaceShip/player/spawnPoint/spawnPoint.tscn
Normal file
9
scenes/spaceShip/player/spawnPoint/spawnPoint.tscn
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://ih6mpdh1paql"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_oytj4"]
|
||||
radius = 64.0
|
||||
|
||||
[node name="SpawnPoint" type="Area2D"]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_oytj4")
|
||||
Loading…
Add table
Add a link
Reference in a new issue