Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion Player.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,21 @@
[node name="Player" type="Node2D" unique_id=342889094]

[node name="Body" type="Sprite2D" parent="." unique_id=1744900575]
modulate = Color(0.007843138, 0, 0.8666667, 1)
modulate = Color(0.4847452, 0.6489816, 1, 1)
z_index = 1
scale = Vector2(0.5, 0.5)
texture = ExtResource("1_xhfnw")

[node name="RightArm" type="ColorRect" parent="Body" unique_id=1645534097]
z_as_relative = false
offset_left = 45.0
offset_top = -140.0
offset_right = 63.0
offset_bottom = -40.0
pivot_offset_ratio = Vector2(0, 1)

[node name="LeftArm" type="ColorRect" parent="Body" unique_id=1707139900]
z_as_relative = false
offset_left = -63.0
offset_top = -140.0
offset_right = -45.0
Expand Down
87 changes: 87 additions & 0 deletions Scene.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,92 @@
[ext_resource type="PackedScene" uid="uid://47rckycyln06" path="res://Player.tscn" id="1_t6lng"]

[node name="Scene" type="Node2D" unique_id=2686400]
modulate = Color(0.99999994, 0.8188805, 0.7600627, 1)

[node name="Floor" type="ColorRect" parent="." unique_id=1809302655]
modulate = Color(0.12225223, 0.12225223, 0.12225223, 1)
offset_right = 1152.0
offset_bottom = 648.0

[node name="Wall_Left" type="ColorRect" parent="." unique_id=239533889]
offset_right = 20.0
offset_bottom = 648.0

[node name="Wall_Right" type="ColorRect" parent="." unique_id=222447179]
offset_left = 1132.0
offset_right = 1152.0
offset_bottom = 648.0

[node name="Wall_Top" type="ColorRect" parent="." unique_id=960440860]
offset_right = 1152.0
offset_bottom = 20.0

[node name="Wall_Bottom" type="ColorRect" parent="." unique_id=1847920263]
offset_top = 628.0
offset_right = 1152.0
offset_bottom = 648.0

[node name="Wall_1" type="ColorRect" parent="." unique_id=1686462486]
offset_left = 115.0
offset_top = 98.0
offset_right = 135.0
offset_bottom = 528.0

[node name="Wall_2" type="ColorRect" parent="." unique_id=770889166]
offset_left = 115.0
offset_top = 78.0
offset_right = 265.0
offset_bottom = 98.0

[node name="Wall_3" type="ColorRect" parent="." unique_id=2010932716]
offset_left = 365.0
offset_top = 78.0
offset_right = 515.0
offset_bottom = 98.0

[node name="Wall_4" type="ColorRect" parent="." unique_id=500817729]
offset_left = 495.0
offset_top = 98.0
offset_right = 515.0
offset_bottom = 548.0

[node name="Wall_5" type="ColorRect" parent="." unique_id=1729691188]
offset_left = 515.0
offset_top = 528.0
offset_right = 932.0
offset_bottom = 548.0

[node name="Wall_6" type="ColorRect" parent="." unique_id=599767589]
offset_left = 1032.0
offset_top = 98.0
offset_right = 1052.0
offset_bottom = 548.0

[node name="Wall_7" type="ColorRect" parent="." unique_id=1513105267]
offset_left = 615.0
offset_top = 78.0
offset_right = 1052.0
offset_bottom = 98.0

[node name="Wall_8" type="ColorRect" parent="." unique_id=1904889435]
offset_left = 115.0
offset_top = 528.0
offset_right = 395.0
offset_bottom = 548.0

[node name="Wall_9" type="ColorRect" parent="." unique_id=106773725]
offset_left = 750.0
offset_top = 98.0
offset_right = 770.0
offset_bottom = 313.0

[node name="Wall_10" type="ColorRect" parent="." unique_id=54740910]
offset_left = 750.0
offset_top = 313.0
offset_right = 932.0
offset_bottom = 333.0

[node name="Player" parent="." unique_id=342889094 instance=ExtResource("1_t6lng")]
position = Vector2(797, 125)
rotation = 1.5707964
scale = Vector2(0.5, 0.5)