1
Fork 0
mirror of https://github.com/Steffo99/swear-jar.git synced 2024-11-22 15:44:21 +00:00
swear-jar/converters/silver_to_gold/silver_converter.tscn

143 lines
5.6 KiB
Text
Raw Normal View History

2023-10-14 00:27:55 +00:00
[gd_scene load_steps=20 format=3 uid="uid://but1bdslxp5jl"]
2023-10-02 01:14:45 +00:00
[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"]
2023-10-14 00:27:55 +00:00
[ext_resource type="AudioStream" uid="uid://bpxjhl0aq3yrv" path="res://audio/conversione/suck2.wav" id="8_0jhl8"]
2023-10-02 01:14:45 +00:00
[ext_resource type="PackedScene" uid="uid://c67lfbk4gf1ga" path="res://spawner/spawner.tscn" id="8_65kmt"]
2023-10-14 00:27:55 +00:00
[ext_resource type="PackedScene" uid="uid://b3ev0md0jrpfj" path="res://converters/working_timer.tscn" id="9_8xv87"]
2023-10-02 01:14:45 +00:00
[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"]
2023-10-14 00:27:55 +00:00
[ext_resource type="PackedScene" uid="uid://bevj27e1ha8m3" path="res://converters/placement_obstruction.tscn" id="12_37x2h"]
2023-10-02 01:14:45 +00:00
[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
2023-10-14 00:27:55 +00:00
[sub_resource type="ConvexPolygonShape2D" id="ConvexPolygonShape2D_emmmj"]
points = PackedVector2Array(0, 0, -16, 0, -16, -3, -5, -7, 5, -7, 16, -3, 16, 0)
2023-10-02 01:14:45 +00:00
[sub_resource type="RectangleShape2D" id="RectangleShape2D_k11if"]
size = Vector2(26, 5)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_jeo5f"]
2023-10-14 00:27:55 +00:00
size = Vector2(16, 4)
2023-10-02 01:14:45 +00:00
2023-10-14 00:27:55 +00:00
[node name="SilverConverter" type="StaticBody2D" node_paths=PackedStringArray("spawner")]
position = Vector2(0, -2)
2023-10-13 22:51:16 +00:00
scale = Vector2(3, 3)
2023-10-02 16:29:05 +00:00
collision_layer = 8
collision_mask = 0
2023-10-02 17:52:20 +00:00
input_pickable = true
2023-10-02 01:14:45 +00:00
script = ExtResource("1_chhfg")
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
2023-10-14 00:27:55 +00:00
[node name="PlacementObstruction" parent="." instance=ExtResource("12_37x2h")]
2023-10-02 01:14:45 +00:00
[node name="LeftWall" type="CollisionShape2D" parent="."]
z_index = 2
position = Vector2(-14.5, -3)
shape = SubResource("CapsuleShape2D_aslkt")
2023-10-14 00:27:55 +00:00
debug_color = Color(0, 0, 0, 0.784314)
2023-10-02 01:14:45 +00:00
[node name="RightWall" type="CollisionShape2D" parent="."]
z_index = 2
position = Vector2(14.5, -3)
shape = SubResource("CapsuleShape2D_aslkt")
2023-10-14 00:27:55 +00:00
debug_color = Color(0, 0, 0, 0.784314)
2023-10-02 01:14:45 +00:00
2023-10-14 00:27:55 +00:00
[node name="BottomWall" type="CollisionShape2D" parent="."]
2023-10-02 01:14:45 +00:00
z_index = 3
2023-10-14 00:27:55 +00:00
position = Vector2(1.16196e-05, 9.08333)
2023-10-02 01:14:45 +00:00
rotation = 3.14159
2023-10-14 00:27:55 +00:00
shape = SubResource("ConvexPolygonShape2D_emmmj")
2023-10-02 21:43:42 +00:00
one_way_collision = true
2023-10-14 00:27:55 +00:00
debug_color = Color(0, 0, 0, 0.784314)
2023-10-02 01:14:45 +00:00
2023-10-14 00:27:55 +00:00
[node name="Collector" parent="." node_paths=PackedStringArray("sound_absorb") instance=ExtResource("7_3046q")]
2023-10-02 01:14:45 +00:00
z_index = 2
2023-10-14 00:27:55 +00:00
position = Vector2(0, 6.5)
2023-10-02 01:14:45 +00:00
collecting_types = Array[StringName]([&"Silver"])
2023-10-14 00:27:55 +00:00
sound_absorb = NodePath("SoundAbsorb")
2023-10-02 01:14:45 +00:00
collecting_amount = 10
[node name="CollectShape" type="CollisionShape2D" parent="Collector"]
shape = SubResource("RectangleShape2D_k11if")
debug_color = Color(0, 0.701961, 0.188235, 0.419608)
2023-10-14 00:27:55 +00:00
[node name="SoundAbsorb" type="AudioStreamPlayer2D" parent="Collector"]
stream = ExtResource("8_0jhl8")
volume_db = -8.0
pitch_scale = 2.0
2023-10-14 01:15:48 +00:00
max_polyphony = 8
2023-10-14 00:27:55 +00:00
[node name="WorkingTimer" parent="." node_paths=PackedStringArray("working_sound") instance=ExtResource("9_8xv87")]
working_sound = NodePath("SoundWorking")
[node name="SoundWorking" type="AudioStreamPlayer2D" parent="WorkingTimer"]
position = Vector2(0, 25)
stream = ExtResource("10_0dr47")
2023-10-02 20:29:40 +00:00
[node name="Spawner" parent="." node_paths=PackedStringArray("sound_complete") instance=ExtResource("8_65kmt")]
2023-10-14 00:27:55 +00:00
position = Vector2(0, 10)
2023-10-02 01:14:45 +00:00
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
2023-10-02 20:29:40 +00:00
sound_complete = NodePath("SoundComplete")
sound_complete_pitch_min = 1.1
sound_complete_pitch_max = 1.14
2023-10-02 01:14:45 +00:00
[node name="PreventSpawnShape" type="CollisionShape2D" parent="Spawner"]
z_index = 3
2023-10-14 00:27:55 +00:00
position = Vector2(0, 2)
2023-10-02 01:14:45 +00:00
shape = SubResource("RectangleShape2D_jeo5f")
debug_color = Color(0.701961, 0, 0, 0.419608)
2023-10-14 00:27:55 +00:00
[node name="SoundComplete" type="AudioStreamPlayer2D" parent="Spawner"]
position = Vector2(0, 2)
2023-10-02 20:29:40 +00:00
stream = ExtResource("11_ow0vy")
2023-10-02 19:42:07 +00:00
[connection signal="input_event" from="." to="." method="_on_input_event"]
2023-10-02 01:14:45 +00:00
[connection signal="goal" from="Collector" to="." method="_on_collector_goal"]
2023-10-14 00:27:55 +00:00
[connection signal="timeout" from="WorkingTimer" to="." method="_on_working_timer_timeout"]