init commit
This commit is contained in:
17
entities/player/player.tscn
Normal file
17
entities/player/player.tscn
Normal file
@@ -0,0 +1,17 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://cprggjrluc751"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://boxbqdc21wrbr" path="res://entities/player/player.gd" id="1_symyc"]
|
||||
[ext_resource type="Texture2D" uid="uid://dysny58qsa0wo" path="res://entities/player/player.aseprite" id="2_abrql"]
|
||||
|
||||
[sub_resource type="CircleShape2D" id="CircleShape2D_sfv1e"]
|
||||
radius = 16.0
|
||||
|
||||
[node name="Player" type="CharacterBody2D"]
|
||||
script = ExtResource("1_symyc")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
shape = SubResource("CircleShape2D_sfv1e")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
self_modulate = Color(0.223529, 1, 1, 1)
|
||||
texture = ExtResource("2_abrql")
|
||||
Reference in New Issue
Block a user