chill out bro:

This commit is contained in:
pennyrigate 2025-03-01 19:49:37 -05:00
parent cbbf55a48a
commit ddd02953da
10 changed files with 178 additions and 7 deletions

View file

@ -1,9 +1,10 @@
[gd_scene load_steps=5 format=3 uid="uid://bbnq7ptk8hhxa"]
[gd_scene load_steps=6 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"]
[ext_resource type="TileSet" uid="uid://xwfn24if3pxk" path="res://assets/tilesets/chocomint.tres" id="3_4td23"]
[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"]
[node name="Level1" type="Node2D"]
@ -18,21 +19,36 @@ position = Vector2(31, 139)
[node name="TileMap" type="TileMap" parent="."]
tile_set = ExtResource("3_4td23")
format = 2
layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720908, 0, 0, 720909, 0, 0, 720910, 0, 0, 720911, 0, 0, 720912, 0, 0, 720913, 0, 0)
layer_0/tile_data = PackedInt32Array(720896, 0, 0, 720897, 0, 0, 720898, 0, 0, 720903, 0, 0, 720904, 0, 0, 720905, 0, 0, 720906, 0, 0, 720907, 0, 0, 720909, 0, 0, 720910, 0, 0, 720911, 0, 0, 720912, 0, 0, 720913, 0, 0)
[node name="Spring" parent="." instance=ExtResource("4_a3xei")]
position = Vector2(88, 176)
position = Vector2(96, 80)
[node name="Spring2" parent="." instance=ExtResource("4_a3xei")]
position = Vector2(120, 176)
position = Vector2(128, 80)
[node name="Spring3" parent="." instance=ExtResource("4_a3xei")]
position = Vector2(152, 176)
position = Vector2(160, 80)
[node name="Spring4" parent="." instance=ExtResource("4_a3xei")]
position = Vector2(104, 120)
position = Vector2(112, 24)
rotation = 3.14159
[node name="Spring5" parent="." instance=ExtResource("4_a3xei")]
position = Vector2(136, 120)
position = Vector2(144, 24)
rotation = 3.14159
[node name="Ice" parent="." instance=ExtResource("5_88a5a")]
position = Vector2(200, 184)
[node name="Ice2" parent="." instance=ExtResource("5_88a5a")]
position = Vector2(56, 184)
[node name="Ice3" parent="." instance=ExtResource("5_88a5a")]
position = Vector2(72, 184)
[node name="Ice4" parent="." instance=ExtResource("5_88a5a")]
position = Vector2(88, 184)
[node name="Ice5" parent="." instance=ExtResource("5_88a5a")]
position = Vector2(104, 184)