mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 15:44:21 +00:00
143 lines
5.1 KiB
Text
143 lines
5.1 KiB
Text
[gd_scene load_steps=23 format=3 uid="uid://c4ew8x4gch275"]
|
|
|
|
[ext_resource type="Script" path="res://converters/converter.gd" id="1_f5plk"]
|
|
[ext_resource type="Texture2D" uid="uid://bbn8t32v1ie0y" path="res://entity/gold_converter_back.png" id="2_4abgr"]
|
|
[ext_resource type="Texture2D" uid="uid://0u8wtb38l3s5" path="res://entity/gold_converter_front_1.png" id="3_rtp3d"]
|
|
[ext_resource type="Texture2D" uid="uid://bo46tom7khspd" path="res://entity/gold_converter_front_2.png" id="4_oathm"]
|
|
[ext_resource type="Texture2D" uid="uid://dclhuc7h26brj" path="res://entity/gold_converter_front_3.png" id="5_5deah"]
|
|
[ext_resource type="Texture2D" uid="uid://dn433fvnhgp5v" path="res://entity/gold_converter_front_4.png" id="6_isyc7"]
|
|
[ext_resource type="PackedScene" uid="uid://c5w3b55aiui6c" path="res://collector/collector.tscn" id="7_m34js"]
|
|
[ext_resource type="Texture2D" uid="uid://bfxmurfe4o44s" path="res://entity/gold_converter_front_5.png" id="7_w8dcp"]
|
|
[ext_resource type="PackedScene" uid="uid://c67lfbk4gf1ga" path="res://spawner/spawner.tscn" id="8_qwbjp"]
|
|
[ext_resource type="PackedScene" uid="uid://du3005kwybbrh" path="res://entity/coin_gold/coin_gold.tscn" id="10_5hiv4"]
|
|
[ext_resource type="AudioStream" uid="uid://br25ip30mu174" path="res://audio/conversione/mechanic_sound.wav" id="10_f1h6i"]
|
|
[ext_resource type="AudioStream" uid="uid://7tw5efuo3gxj" path="res://audio/conversione/coin_to_coin.wav" id="11_ywwn2"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_wy1v3"]
|
|
atlas = ExtResource("3_rtp3d")
|
|
region = Rect2(0, 4, 32, 31)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_2164d"]
|
|
atlas = ExtResource("4_oathm")
|
|
region = Rect2(0, 4, 32, 31)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_i5584"]
|
|
atlas = ExtResource("5_5deah")
|
|
region = Rect2(0, 4, 32, 31)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_qad4c"]
|
|
atlas = ExtResource("6_isyc7")
|
|
region = Rect2(0, 4, 32, 31)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_600qi"]
|
|
atlas = ExtResource("7_w8dcp")
|
|
region = Rect2(0, 4, 32, 31)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_4m3dg"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_wy1v3")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_2164d")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_i5584")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_qad4c")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_600qi")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 15.0
|
|
}]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_aslkt"]
|
|
radius = 1.5
|
|
height = 28.0
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_31dtl"]
|
|
size = Vector2(26, 4)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_k11if"]
|
|
size = Vector2(26, 5)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jeo5f"]
|
|
size = Vector2(26, 8.83334)
|
|
|
|
[node name="GemConverter" type="StaticBody2D"]
|
|
scale = Vector2(3, 3)
|
|
script = ExtResource("1_f5plk")
|
|
|
|
[node name="SpriteBack" type="Sprite2D" parent="."]
|
|
z_index = -2
|
|
texture_filter = 1
|
|
texture = ExtResource("2_4abgr")
|
|
|
|
[node name="SpriteFront" type="AnimatedSprite2D" parent="."]
|
|
z_index = 2
|
|
texture_filter = 1
|
|
position = Vector2(0, 2)
|
|
sprite_frames = SubResource("SpriteFrames_4m3dg")
|
|
frame_progress = 0.0969002
|
|
|
|
[node name="LeftWall" type="CollisionShape2D" parent="."]
|
|
z_index = 2
|
|
position = Vector2(-14.5, -3)
|
|
shape = SubResource("CapsuleShape2D_aslkt")
|
|
|
|
[node name="RightWall" type="CollisionShape2D" parent="."]
|
|
z_index = 2
|
|
position = Vector2(14.5, -3)
|
|
shape = SubResource("CapsuleShape2D_aslkt")
|
|
|
|
[node name="InnerWall" type="CollisionShape2D" parent="."]
|
|
z_index = 3
|
|
position = Vector2(0, 4.5)
|
|
rotation = 3.14159
|
|
shape = SubResource("RectangleShape2D_31dtl")
|
|
|
|
[node name="Collector" parent="." instance=ExtResource("7_m34js")]
|
|
z_index = 2
|
|
collecting_types = Array[StringName]([&"Gold"])
|
|
collecting_amount = 10
|
|
|
|
[node name="CollectShape" type="CollisionShape2D" parent="Collector"]
|
|
shape = SubResource("RectangleShape2D_k11if")
|
|
debug_color = Color(0, 0.701961, 0.188235, 0.419608)
|
|
|
|
[node name="Spawner" parent="." instance=ExtResource("8_qwbjp")]
|
|
position = Vector2(0, 8)
|
|
scene = ExtResource("10_5hiv4")
|
|
buffer_cap = 1
|
|
spawn_rect = Rect2(-8, 0, 16, 4)
|
|
spawn_rotation_degrees_min = 80.0
|
|
spawn_rotation_degrees_max = 100.0
|
|
overlapping_body_count_limit = 4
|
|
|
|
[node name="PreventSpawnShape" type="CollisionShape2D" parent="Spawner"]
|
|
z_index = 3
|
|
position = Vector2(0, 3.5)
|
|
shape = SubResource("RectangleShape2D_jeo5f")
|
|
debug_color = Color(0.701961, 0, 0, 0.419608)
|
|
|
|
[node name="ConversionTimer" type="Timer" parent="."]
|
|
wait_time = 0.5
|
|
one_shot = true
|
|
|
|
[node name="SoundAbsorb" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("10_f1h6i")
|
|
|
|
[node name="SoundWorking" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("10_f1h6i")
|
|
|
|
[node name="SoundComplete" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("11_ywwn2")
|
|
|
|
[connection signal="collected" from="Collector" to="." method="_on_collector_collected" flags=18]
|
|
[connection signal="goal" from="Collector" to="." method="_on_collector_goal" flags=18]
|
|
[connection signal="timeout" from="ConversionTimer" to="." method="_on_timer_timeout" flags=18]
|