diff options
author | altaf-creator <dev@altafcreator.com> | 2025-10-20 01:43:48 +0800 |
---|---|---|
committer | altaf-creator <dev@altafcreator.com> | 2025-10-20 01:43:48 +0800 |
commit | 466bec0b724632f6dd2e1555a7bd58ffc1dd0458 (patch) | |
tree | d6645ea11914edeec645299fa497a9e542dbaec7 /Reusable Scenes/torch.tscn |
Jam version.
Diffstat (limited to 'Reusable Scenes/torch.tscn')
-rw-r--r-- | Reusable Scenes/torch.tscn | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Reusable Scenes/torch.tscn b/Reusable Scenes/torch.tscn new file mode 100644 index 0000000..1d95f43 --- /dev/null +++ b/Reusable Scenes/torch.tscn @@ -0,0 +1,49 @@ +[gd_scene load_steps=7 format=3 uid="uid://cmimydllnd6ny"] + +[ext_resource type="Texture2D" uid="uid://ddxbrkfa7i5n" path="res://Assets/Visuals/hexagon.png" id="1_ai0p8"] +[ext_resource type="Texture2D" uid="uid://d3plfj75jmmyu" path="res://Assets/Visuals/isostri.png" id="2_i33rf"] + +[sub_resource type="Gradient" id="Gradient_34bfm"] +offsets = PackedFloat32Array(0) +colors = PackedColorArray(0.44, 0.34078, 0.2948, 1) + +[sub_resource type="GradientTexture1D" id="GradientTexture1D_ovrsl"] +gradient = SubResource("Gradient_34bfm") + +[sub_resource type="Gradient" id="Gradient_gnif3"] +colors = PackedColorArray(1, 1, 1, 1, 0, 0, 0, 1) + +[sub_resource type="GradientTexture2D" id="GradientTexture2D_ai0p8"] +gradient = SubResource("Gradient_gnif3") +fill = 1 +fill_from = Vector2(0.5, 0.5) +fill_to = Vector2(0.9, 0.2) +metadata/_snap_enabled = true + +[node name="Torch" type="Node2D"] + +[node name="Sprite2D" type="Sprite2D" parent="."] +position = Vector2(0.259716, -51.4739) +scale = Vector2(0.0664067, 101.938) +texture = SubResource("GradientTexture1D_ovrsl") + +[node name="Hexagon" type="Sprite2D" parent="."] +modulate = Color(1, 0.441, 0.22, 1) +light_mask = 2 +position = Vector2(-1.7404, -115.474) +scale = Vector2(0.0440846, 0.0470261) +texture = ExtResource("1_ai0p8") + +[node name="Hexagon2" type="Sprite2D" parent="."] +modulate = Color(1, 0.792, 0.22, 1) +light_mask = 2 +position = Vector2(-1.74028, -119.474) +scale = Vector2(0.0327629, 0.0317369) +texture = ExtResource("2_i33rf") + +[node name="PointLight2D" type="PointLight2D" parent="."] +position = Vector2(2.25972, -114.474) +scale = Vector2(7.85187, 8.79769) +color = Color(0.980853, 0.476805, 0, 1) +energy = 1.76 +texture = SubResource("GradientTexture2D_ai0p8") |