Newer
Older
DungeonShooting / DungeonShooting_Godot / prefab / test / MoveComponent.tscn
  1. [gd_scene load_steps=2 format=2]
  2.  
  3. [sub_resource type="RectangleShape2D" id=1]
  4.  
  5. [node name="MoveComponent" type="CharacterBody2D"]
  6.  
  7. [node name="Collision" type="CollisionShape2D" parent="."]
  8. shape = SubResource( 1 )