diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
| commit | 9d74b49ab62908d4acf53dde444413886b8b28e5 (patch) | |
| tree | 0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /game/items/escitems | |
| parent | 2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff) | |
escoria setup and old branch archives
Diffstat (limited to 'game/items/escitems')
| -rw-r--r-- | game/items/escitems/button.tscn | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/game/items/escitems/button.tscn b/game/items/escitems/button.tscn new file mode 100644 index 0000000..ae0e27f --- /dev/null +++ b/game/items/escitems/button.tscn @@ -0,0 +1,96 @@ +[gd_scene load_steps=11 format=3 uid="uid://1kxo8k6wdlaq"] + +[ext_resource type="Script" uid="uid://dshelmw7y44qg" path="res://addons/escoria-core/game/core-scripts/esc_item.gd" id="1"] +[ext_resource type="Texture2D" uid="uid://cag2tv2frq5vj" path="res://game/rooms/room03/smoke.png" id="2"] + +[sub_resource type="Gradient" id="1"] +offsets = PackedFloat32Array(0, 0.830189) +colors = PackedColorArray(1, 1, 1, 1, 0.353516, 0.353516, 0.353516, 1) + +[sub_resource type="GradientTexture2D" id="8"] +gradient = SubResource("1") + +[sub_resource type="Curve" id="3"] +_data = [Vector2(0, 0.0886364), 0.0, 0.0, 0, 0, Vector2(0.612766, 1), 0.0, 0.0, 0, 0, Vector2(0.770213, 0.95), -1.55372, -1.55372, 0, 0, Vector2(1, 0), 0.0, 0.0, 0, 0] +point_count = 4 + +[sub_resource type="CurveTexture" id="9"] +curve = SubResource("3") + +[sub_resource type="ParticleProcessMaterial" id="5"] +lifetime_randomness = 0.2 +emission_shape = 1 +emission_sphere_radius = 1.0 +gravity = Vector3(0, -9.81, 0) +scale_min = 0.0 +scale_max = 0.0 +scale_curve = SubResource("9") +color_ramp = SubResource("8") + +[sub_resource type="Animation" id="6"] +resource_name = "button_broken" +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("GPUParticles2D:emitting") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [true] +} + +[sub_resource type="Animation" id="7"] +resource_name = "button_repaired" +tracks/0/type = "value" +tracks/0/imported = false +tracks/0/enabled = true +tracks/0/path = NodePath("GPUParticles2D:emitting") +tracks/0/interp = 1 +tracks/0/loop_wrap = true +tracks/0/keys = { +"times": PackedFloat32Array(0), +"transitions": PackedFloat32Array(1), +"update": 1, +"values": [false] +} + +[sub_resource type="AnimationLibrary" id="AnimationLibrary_frgsd"] +_data = { +&"button_broken": SubResource("6"), +&"button_repaired": SubResource("7") +} + +[node name="button" type="Area2D"] +process_mode = 1 +script = ExtResource("1") +tooltip_name = "Button" +default_action = "use" +combine_when_selected_action_is_in = PackedStringArray() + +[node name="lines" type="Line2D" parent="."] +position = Vector2(0, -266.591) +points = PackedVector2Array(322.305, 390.985, 322.305, 439.068, 368.698, 440.037, 368.974, 392.399, 319.028, 391.549) + +[node name="Polygon2D" type="Polygon2D" parent="lines"] +visible = false +polygon = PackedVector2Array(343.993, 396.767, 323.298, 415.689, 344.585, 438.158, 365.872, 417.463) + +[node name="GPUParticles2D" type="GPUParticles2D" parent="."] +position = Vector2(344.768, 142.144) +amount = 16 +process_material = SubResource("5") +texture = ExtResource("2") +lifetime = 4.0 +preprocess = 1.99 +speed_scale = 1.39 + +[node name="AnimationPlayer" type="AnimationPlayer" parent="."] +libraries = { +"": SubResource("AnimationLibrary_frgsd") +} + +[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."] +polygon = PackedVector2Array(319.633, 122.126, 320.427, 177.685, 371.224, 176.098, 372.811, 121.332) |
