Skip to content

Commit

Permalink
2.0.1 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolwoocle committed Nov 3, 2024
1 parent 7451605 commit ddff3a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/scenes/block/block.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ animations = [{
"speed": 5.0
}]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_o63b0"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_g3ju1"]
resource_local_to_scene = true
size = Vector2(8, 8)

Expand Down Expand Up @@ -457,7 +457,7 @@ axis_stretch_horizontal = 1
axis_stretch_vertical = 1

[node name="CollisionShape" type="CollisionShape2D" parent="."]
shape = SubResource("RectangleShape2D_o63b0")
shape = SubResource("RectangleShape2D_g3ju1")
debug_color = Color(0, 0.509804, 0.6, 0.0509804)

[node name="ClickArea" parent="." instance=ExtResource("3_h0fp2")]
Expand Down
1 change: 0 additions & 1 deletion src/scenes/levels_zoomed/world_4/level_422.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ is_main_character = false
is_gravity_enabled = true
default_gravity_axis = 2
max_pushs = 12
show_eyes = false
up_extend_range = Vector2i(8, 8)
up_extend_block_range = Vector2i(0, 0)
left_extendable = true
Expand Down
1 change: 0 additions & 1 deletion src/scenes/levels_zoomed/world_4/level_500.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ is_main_character = false
is_gravity_enabled = true
default_gravity_axis = 2
max_pushs = 100
show_eyes = false
up_extendable = true
right_extendable = true
right_extend_range = Vector2i(8, 56)
Expand Down
5 changes: 3 additions & 2 deletions src/scenes/ui/world_select/world/world_3.tscn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[gd_scene load_steps=18 format=4 uid="uid://b4nepjhqhaa6"]
[gd_scene load_steps=19 format=4 uid="uid://b4nepjhqhaa6"]

[ext_resource type="PackedScene" uid="uid://c713awkloisp6" path="res://scenes/ui/world_select/world/world.tscn" id="1_8t5qd"]
[ext_resource type="PackedScene" uid="uid://bu78mo56i6fso" path="res://scenes/ui/world_select/level.tscn" id="2_d7p2c"]
Expand All @@ -7,6 +7,7 @@
[ext_resource type="Texture2D" uid="uid://cje1nri02bvrd" path="res://assets/images/map/sleeping_bear_small.png" id="4_ji7is"]
[ext_resource type="Script" path="res://scripts/sprite/autoplay_animated_sprite.gd" id="5_a80f5"]
[ext_resource type="Texture2D" uid="uid://d1sgc6ft8ejni" path="res://assets/images/particle/z.png" id="6_4y3ar"]
[ext_resource type="Script" path="res://scenes/ui/world_select/world/world_3_bear.gd" id="7_36kvt"]

[sub_resource type="AtlasTexture" id="AtlasTexture_etwqc"]
atlas = ExtResource("3_hfo64")
Expand Down Expand Up @@ -127,7 +128,7 @@ position = Vector2(89, 31)
sprite_frames = SubResource("SpriteFrames_dd6yq")
animation = &"big"
frame_progress = 0.313835
script = ExtResource("5_a80f5")
script = ExtResource("7_36kvt")

[node name="SleepParticles" type="CPUParticles2D" parent="DecoElements/SleepingBearSmall" index="0"]
amount = 2
Expand Down

0 comments on commit ddff3a9

Please sign in to comment.