mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 15:44:21 +00:00
126 lines
4.8 KiB
Text
126 lines
4.8 KiB
Text
[gd_scene load_steps=18 format=3 uid="uid://but1bdslxp5jl"]
|
|
|
|
[ext_resource type="Script" path="res://converters/converter.gd" id="1_chhfg"]
|
|
[ext_resource type="Texture2D" uid="uid://c1fu70mb51gyd" path="res://converters/silver_to_gold/silver_converter_back.png" id="2_rpdc3"]
|
|
[ext_resource type="Texture2D" uid="uid://d3xa3cqu73xjd" path="res://converters/silver_to_gold/silver_converter_front_1.png" id="3_pscuu"]
|
|
[ext_resource type="Texture2D" uid="uid://cwycuwkppcjfu" path="res://converters/silver_to_gold/silver_converter_front_2.png" id="4_yq53c"]
|
|
[ext_resource type="Texture2D" uid="uid://b006dig4oebpl" path="res://converters/silver_to_gold/silver_converter_front_3.png" id="5_ycslk"]
|
|
[ext_resource type="Texture2D" uid="uid://djixrek5573a6" path="res://converters/silver_to_gold/silver_converter_front_4.png" id="6_0qxp1"]
|
|
[ext_resource type="PackedScene" uid="uid://c5w3b55aiui6c" path="res://collector/collector.tscn" id="7_3046q"]
|
|
[ext_resource type="PackedScene" uid="uid://c67lfbk4gf1ga" path="res://spawner/spawner.tscn" id="8_65kmt"]
|
|
[ext_resource type="PackedScene" uid="uid://du3005kwybbrh" path="res://entity/coin_gold/coin_gold.tscn" id="9_t8y3t"]
|
|
[ext_resource type="AudioStream" uid="uid://br25ip30mu174" path="res://audio/conversione/mechanic_sound.wav" id="10_0dr47"]
|
|
[ext_resource type="AudioStream" uid="uid://7tw5efuo3gxj" path="res://audio/conversione/coin_to_coin.wav" id="11_ow0vy"]
|
|
[ext_resource type="PackedScene" uid="uid://bevj27e1ha8m3" path="res://converters/converter_placement_body.tscn" id="12_37x2h"]
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_1qp6y"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": ExtResource("3_pscuu")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("4_yq53c")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("5_ycslk")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": ExtResource("6_0qxp1")
|
|
}],
|
|
"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, 10)
|
|
|
|
[node name="SilverConverter" type="StaticBody2D" node_paths=PackedStringArray("sprite_front", "conversion_timer", "sound_working", "sound_complete", "spawner")]
|
|
scale = Vector2(3, 3)
|
|
collision_layer = 8
|
|
collision_mask = 0
|
|
script = ExtResource("1_chhfg")
|
|
sprite_front = NodePath("SpriteFront")
|
|
conversion_timer = NodePath("ConversionTimer")
|
|
sound_working = NodePath("SoundWorking")
|
|
sound_complete = NodePath("SoundComplete")
|
|
spawner = NodePath("Spawner")
|
|
|
|
[node name="SpriteBack" type="Sprite2D" parent="."]
|
|
z_index = -2
|
|
texture_filter = 1
|
|
texture = ExtResource("2_rpdc3")
|
|
|
|
[node name="SpriteFront" type="AnimatedSprite2D" parent="."]
|
|
z_index = 2
|
|
texture_filter = 1
|
|
sprite_frames = SubResource("SpriteFrames_1qp6y")
|
|
frame = 3
|
|
frame_progress = 0.193836
|
|
|
|
[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_3046q")]
|
|
z_index = 2
|
|
collecting_types = Array[StringName]([&"Silver"])
|
|
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_65kmt")]
|
|
position = Vector2(0, 8)
|
|
scene = ExtResource("9_t8y3t")
|
|
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="SoundWorking" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("10_0dr47")
|
|
|
|
[node name="SoundComplete" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("11_ow0vy")
|
|
|
|
[node name="ConverterPlacementBody" parent="." instance=ExtResource("12_37x2h")]
|
|
|
|
[connection signal="collected" from="Collector" to="." method="_on_collector_collected"]
|
|
[connection signal="goal" from="Collector" to="." method="_on_collector_goal"]
|
|
[connection signal="timeout" from="ConversionTimer" to="." method="_on_timer_timeout"]
|