capri silly

This commit is contained in:
pennyrigate 2025-03-01 22:43:47 -05:00
parent 3695fef969
commit 088ab0b944
7 changed files with 108 additions and 23 deletions

View file

@ -1,18 +1,16 @@
[gd_scene load_steps=7 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="Texture2D" uid="uid://d13tqqx8ygak4" path="res://assets/textures/backgrounds/hell.png" id="1_bxdo5"]
[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"]
[ext_resource type="PackedScene" uid="uid://bwtjfpfkykfdr" path="res://objects/rotoboy/roto_boy.tscn" id="6_pjulc"]
[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")
texture = ExtResource("1_bxdo5")
[node name="Player" parent="." instance=ExtResource("2_kip56")]
position = Vector2(31, 139)
@ -20,7 +18,7 @@ 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)
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, 720899, 0, 0, 720900, 0, 0, 720901, 0, 0, 720902, 0, 0, 720908, 0, 0)
[node name="Spring" parent="." instance=ExtResource("4_a3xei")]
position = Vector2(96, 80)
@ -39,20 +37,5 @@ rotation = 3.14159
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="RotoBoy" parent="." instance=ExtResource("6_pjulc")]
position = Vector2(112, 144)