65 lines
2.5 KiB
Text
65 lines
2.5 KiB
Text
[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"]
|
|
[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"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_fbct2"]
|
|
size = Vector2(74, 2)
|
|
|
|
[node name="Level1" type="Node2D"]
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
modulate = Color(1, 0, 1, 1)
|
|
position = Vector2(144, 108)
|
|
texture = ExtResource("1_gk4ur")
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_kip56")]
|
|
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, 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(96, 80)
|
|
|
|
[node name="Spring2" parent="." instance=ExtResource("4_a3xei")]
|
|
position = Vector2(128, 80)
|
|
|
|
[node name="Spring3" parent="." instance=ExtResource("4_a3xei")]
|
|
position = Vector2(160, 80)
|
|
|
|
[node name="Spring4" parent="." instance=ExtResource("4_a3xei")]
|
|
position = Vector2(112, 24)
|
|
rotation = 3.14159
|
|
|
|
[node name="Spring5" parent="." instance=ExtResource("4_a3xei")]
|
|
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)
|
|
|
|
[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")
|