First commit 🎉
This commit is contained in:
commit
43ea213f9b
728 changed files with 37080 additions and 0 deletions
19
game/gui/components/sound_volumes/sound_volumes.tscn
Normal file
19
game/gui/components/sound_volumes/sound_volumes.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://ha1e5ahv76vv"]
|
||||
|
||||
[ext_resource type="Theme" uid="uid://djl1xk7jgyvpp" path="res://game/gui/resources/gui_theme.tres" id="1_ehufi"]
|
||||
[ext_resource type="Script" uid="uid://bwqgmpgd1qi3" path="res://game/gui/components/sound_volumes/sound_volumes_custom.gd" id="2_11q3r"]
|
||||
|
||||
[node name="SoundVolumes" type="GridContainer" groups=["popochiu_gui_component"]]
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
theme = ExtResource("1_ehufi")
|
||||
columns = 2
|
||||
script = ExtResource("2_11q3r")
|
||||
|
||||
[node name="ChannelsContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="SlidersContainer" type="VBoxContainer" parent="."]
|
||||
custom_minimum_size = Vector2(120, 0)
|
||||
layout_mode = 2
|
Loading…
Add table
Add a link
Reference in a new issue