how should i... complete THE WAALLLLL

This commit is contained in:
pennyrigate 2025-12-09 17:28:06 -05:00
parent b48b7cb218
commit 2375230ea0

View file

@ -1,8 +1,14 @@
[gd_scene load_steps=3 format=3 uid="uid://dfwa3gwtoor3t"]
[gd_scene load_steps=5 format=3 uid="uid://dfwa3gwtoor3t"]
[ext_resource type="Texture2D" uid="uid://cokpdf3gw10kr" path="res://space.png" id="1_ikr60"]
[ext_resource type="PackedScene" uid="uid://c714s5d7d5765" path="res://objects/player/player.tscn" id="2_ikr60"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ikr60"]
size = Vector2(10, 320)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mmy68"]
size = Vector2(260, 11.25)
[node name="TestScene" type="Node"]
[node name="Icon" type="Sprite2D" parent="."]
@ -11,3 +17,21 @@ texture = ExtResource("1_ikr60")
[node name="Player" parent="." instance=ExtResource("2_ikr60")]
position = Vector2(124, 280)
[node name="StaticBody2D" type="StaticBody2D" parent="."]
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(246, 160)
shape = SubResource("RectangleShape2D_ikr60")
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(-5, 160)
shape = SubResource("RectangleShape2D_ikr60")
[node name="CollisionShape2D3" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(120, 325.625)
shape = SubResource("RectangleShape2D_mmy68")
[node name="CollisionShape2D4" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(120, -5.75)
shape = SubResource("RectangleShape2D_mmy68")