Work on shiny shader and updated to RC5
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=12 format=3 uid="uid://dfa6ep4o53s08"]
|
||||
[gd_scene load_steps=13 format=3 uid="uid://dfa6ep4o53s08"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cci652umkym1f" path="res://scripts/test_scene.gd" id="1_752n1"]
|
||||
[ext_resource type="Texture2D" uid="uid://c5yxq22ao1oyf" path="res://graphics/doorlight.png" id="2_oi1nh"]
|
||||
@@ -7,6 +7,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://c8ofw6na082gv" path="res://templates/main_panel.tscn" id="4_4k18p"]
|
||||
[ext_resource type="PackedScene" uid="uid://c7jagw4y7w42l" path="res://templates/top_menu.tscn" id="5_p1w2f"]
|
||||
[ext_resource type="AudioStream" uid="uid://cmray2frojcd" path="res://sounds/Door Hinge Creaking Door.wav" id="7_oi1nh"]
|
||||
[ext_resource type="Texture2D" uid="uid://c25xtpn3k8s8d" path="res://external/mage.png" id="8_4k18p"]
|
||||
|
||||
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_752n1"]
|
||||
blend_mode = 3
|
||||
@@ -66,7 +67,7 @@ script = ExtResource("1_752n1")
|
||||
visible = false
|
||||
z_index = 100
|
||||
material = SubResource("CanvasItemMaterial_752n1")
|
||||
anchors_preset = -1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 3.0
|
||||
@@ -106,7 +107,6 @@ total_visitors = 1
|
||||
[node name="UI" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="UI"]
|
||||
anchors_preset = -1
|
||||
offset_left = 1485.0
|
||||
offset_top = 23.0
|
||||
offset_right = 1886.0
|
||||
@@ -124,4 +124,10 @@ layout_mode = 2
|
||||
stream = ExtResource("7_oi1nh")
|
||||
volume_db = -24.535
|
||||
|
||||
[node name="Mage" type="Sprite2D" parent="."]
|
||||
z_index = 4096
|
||||
position = Vector2(952, 354)
|
||||
scale = Vector2(0.1890599, 0.1890599)
|
||||
texture = ExtResource("8_4k18p")
|
||||
|
||||
[connection signal="timeout" from="Guildhall/VisitorSpawner/Timer" to="Guildhall/VisitorSpawner" method="_on_timer_timeout"]
|
||||
|
||||
@@ -51,8 +51,11 @@ corner_detail = 5
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 1.0
|
||||
offset_right = 1.0
|
||||
offset_bottom = 37.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
@@ -147,7 +150,7 @@ clip_contents = false
|
||||
custom_minimum_size = Vector2(0, 700)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CycleList" type="Container" parent="PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/PanelContainer2/VBoxContainer/ScrollContainer"]
|
||||
[node name="CycleList" type="Container" parent="PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/PanelContainer2/VBoxContainer/ScrollContainer" node_paths=PackedStringArray("scroll_container")]
|
||||
unique_name_in_owner = true
|
||||
process_mode = 1
|
||||
custom_minimum_size = Vector2(0, 111)
|
||||
@@ -155,6 +158,7 @@ layout_mode = 2
|
||||
script = ExtResource("2_532of")
|
||||
hold_duration = 0.25
|
||||
is_vertical = true
|
||||
scroll_container = NodePath("..")
|
||||
metadata/_custom_type_script = "uid://d3mey1366662n"
|
||||
|
||||
[node name="ShiftCycle" parent="PanelContainer/MarginContainer/VBoxContainer/HBoxContainer/PanelContainer2/VBoxContainer/ScrollContainer/CycleList" instance=ExtResource("2_rxjlm")]
|
||||
|
||||
Reference in New Issue
Block a user