mirror of
https://github.com/DerTyp7/TopDownShooter-Godot.git
synced 2025-10-29 12:52:13 +01:00
first commit
This commit is contained in:
16
Player.tscn
Normal file
16
Player.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[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")
|
||||
Reference in New Issue
Block a user