mirror of
https://github.com/DerTyp7/TopDownShooter-Godot.git
synced 2025-10-28 12:22:10 +01:00
17 lines
574 B
Plaintext
17 lines
574 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dvppgl1s0b3mv"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dafsi3dqavgnb" path="res://Untitled.png" id="1_1rt42"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dty8l"]
|
|
size = Vector2(10, 10)
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
|
|
[node name="CharacterBody2D" type="CharacterBody2D" parent="."]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="CharacterBody2D"]
|
|
texture = ExtResource("1_1rt42")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="CharacterBody2D"]
|
|
shape = SubResource("RectangleShape2D_dty8l")
|