mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 22:12:23 +02:00
Fixed sound looping
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=25 format=2]
|
||||
[gd_scene load_steps=24 format=2]
|
||||
|
||||
[ext_resource path="res://Player/Player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://World.gd" type="Script" id=2]
|
||||
@@ -13,7 +13,6 @@
|
||||
[ext_resource path="res://Debug/BossStateDisplay.gd" type="Script" id=11]
|
||||
[ext_resource path="res://Maps/Tilesets/Edge/tileset_edge.png" type="Texture" id=12]
|
||||
[ext_resource path="res://Boss/Minion.tscn" type="PackedScene" id=13]
|
||||
[ext_resource path="res://Objects/Slime/Slime.tscn" type="PackedScene" id=14]
|
||||
[ext_resource path="res://Maps/Grid.tscn" type="PackedScene" id=18]
|
||||
|
||||
[sub_resource type="ConvexPolygonShape2D" id=1]
|
||||
@@ -348,21 +347,6 @@ anchor_right = 1.0
|
||||
margin_left = -42.0
|
||||
margin_bottom = 24.0
|
||||
text = "Win"
|
||||
|
||||
[node name="Slime" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 136, 160 )
|
||||
|
||||
[node name="Slime2" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 136, 128 )
|
||||
|
||||
[node name="Slime3" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 136, 96 )
|
||||
|
||||
[node name="Slime4" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 136, 64 )
|
||||
|
||||
[node name="Slime5" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 136, 32 )
|
||||
[connection signal="phase_changed" from="YSort/SlimeBoss" to="CanvasLayer/DebugLabel/BossStateDisplay" method="_on_SlimeBoss_phase_changed"]
|
||||
[connection signal="state_changed" from="YSort/SlimeBoss" to="CanvasLayer/DebugLabel/BossStateDisplay" method="_on_SlimeBoss_state_changed"]
|
||||
[connection signal="pressed" from="CanvasLayer/Win" to="." method="_on_Win_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user