This commit is contained in:
pennyrigate 2025-03-01 21:15:55 -05:00
parent 909afe17a1
commit 2db9ff96bd
2 changed files with 15 additions and 1 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=6 format=3 uid="uid://bbnq7ptk8hhxa"]
[gd_scene load_steps=7 format=3 uid="uid://bbnq7ptk8hhxa"]
[ext_resource type="Texture2D" uid="uid://b6a7l24y30iht" path="res://assets/textures/backgrounds/chocomint.png" id="1_gk4ur"]
[ext_resource type="PackedScene" uid="uid://mh2gfm7iqqsm" path="res://objects/player/player.tscn" id="2_kip56"]
@ -6,6 +6,9 @@
[ext_resource type="PackedScene" uid="uid://68lav5rke5ag" path="res://objects/spring/spring.tscn" id="4_a3xei"]
[ext_resource type="PackedScene" uid="uid://b5eso40mjhlmv" path="res://objects/ice/ice.tscn" id="5_88a5a"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_fbct2"]
size = Vector2(74, 2)
[node name="Level1" type="Node2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
@ -52,3 +55,11 @@ position = Vector2(88, 184)
[node name="Ice5" parent="." instance=ExtResource("5_88a5a")]
position = Vector2(104, 184)
[node name="StaticBody2D" type="StaticBody2D" parent="."]
position = Vector2(72, 144)
rotation = -0.433871
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(8, 0)
shape = SubResource("RectangleShape2D_fbct2")