freettrpg/testing/test/player.tscn
Patrick_Pluto e5911fd155 Version: 0.0.1
First major release, refined the creator, added stats to the main game, added a menu to view stats.
2024-06-15 20:33:37 +02:00

46 lines
1.2 KiB
Text

[gd_scene load_steps=4 format=3 uid="uid://dv67vdgb4h44q"]
[ext_resource type="Texture2D" uid="uid://dheqglouhkis6" path="res://testing/testAssets/player.png" id="1_cujcj"]
[ext_resource type="Script" path="res://scripts/player.gd" id="1_oik63"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_kf6qt"]
size = Vector2(20, 18)
[node name="player" type="CharacterBody2D"]
script = ExtResource("1_oik63")
[node name="sprite" type="Sprite2D" parent="."]
texture = ExtResource("1_cujcj")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_kf6qt")
[node name="camera" type="Camera2D" parent="."]
enabled = false
[node name="Label1" type="Label" parent="."]
visible = false
offset_left = -384.0
offset_top = 56.0
offset_right = -288.0
offset_bottom = 88.0
scale = Vector2(2, 2)
text = "1231"
[node name="Label2" type="Label" parent="."]
visible = false
offset_left = -384.0
offset_top = 120.0
offset_right = -288.0
offset_bottom = 152.0
scale = Vector2(2, 2)
text = "1231"
[node name="Label3" type="Label" parent="."]
visible = false
offset_left = -384.0
offset_top = 184.0
offset_right = -288.0
offset_bottom = 216.0
scale = Vector2(2, 2)
text = "1231"