mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-09 08:49:05 +00:00
debut de theme sur les fenêtres de dialogues, WIP.
This commit is contained in:
parent
70b5d6be09
commit
29d3e7e548
8 changed files with 14 additions and 6 deletions
BIN
assets/interfaces/buttons/close_icon.png
Normal file
BIN
assets/interfaces/buttons/close_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 210 B |
BIN
assets/interfaces/themes/khanat_theme.theme
Normal file
BIN
assets/interfaces/themes/khanat_theme.theme
Normal file
Binary file not shown.
Binary file not shown.
BIN
assets/interfaces/windows/window_frame.png
Normal file
BIN
assets/interfaces/windows/window_frame.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=18 format=2]
|
||||
[gd_scene load_steps=20 format=2]
|
||||
|
||||
[ext_resource path="res://scenes/player/player.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scenes/decors/terrains/dunes/dunes.tscn" type="PackedScene" id=2]
|
||||
|
@ -8,6 +8,8 @@
|
|||
[ext_resource path="res://scenes/game/sky.gd" type="Script" id=6]
|
||||
[ext_resource path="res://assets/mist/mist.shader" type="Shader" id=7]
|
||||
[ext_resource path="res://assets/interfaces/debug_window/debug_window.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://assets/interfaces/themes/khanat_theme.theme" type="Theme" id=9]
|
||||
[ext_resource path="res://assets/interfaces/buttons/close_icon.png" type="Texture" id=10]
|
||||
|
||||
[sub_resource type="OpenSimplexNoise" id=1]
|
||||
period = 8.0
|
||||
|
@ -22,8 +24,8 @@ noise = SubResource( 1 )
|
|||
[sub_resource type="ShaderMaterial" id=3]
|
||||
resource_local_to_scene = true
|
||||
shader = ExtResource( 5 )
|
||||
shader_param/iTime = 19.1832
|
||||
shader_param/iFrame = 657
|
||||
shader_param/iTime = 3252.08
|
||||
shader_param/iFrame = 118130
|
||||
shader_param/COVERAGE = 0.5
|
||||
shader_param/THICKNESS = 25.0
|
||||
shader_param/ABSORPTION = 1.031
|
||||
|
@ -120,5 +122,8 @@ mesh = SubResource( 8 )
|
|||
material/0 = SubResource( 9 )
|
||||
|
||||
[node name="debug_window" parent="." instance=ExtResource( 8 )]
|
||||
visible = true
|
||||
theme = ExtResource( 9 )
|
||||
custom_icons/close = ExtResource( 10 )
|
||||
[connection signal="mist_level_changed" from="debug_window" to="." method="_on_debug_window_mist_level_changed"]
|
||||
[connection signal="time_of_day_changed" from="debug_window" to="." method="_on_debug_window_time_of_day_changed"]
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[gd_scene load_steps=9 format=2]
|
||||
|
||||
[ext_resource path="res://assets/interfaces/themes/login_theme.theme" type="Theme" id=1]
|
||||
[ext_resource path="res://assets/interfaces/themes/khanat_theme.theme" type="Theme" id=1]
|
||||
[ext_resource path="res://assets/interfaces/settings-Khanat-background.png" type="Texture" id=2]
|
||||
[ext_resource path="res://scenes/interfaces/creatures_editor/creatures_editor_ui.gd" type="Script" id=3]
|
||||
[ext_resource path="res://addons/kh_slider/kh_h_slider.gd" type="Script" id=4]
|
||||
|
@ -8,6 +8,7 @@
|
|||
[ext_resource path="res://assets/interfaces/slider_minus.png" type="Texture" id=6]
|
||||
[ext_resource path="res://scenes/creatures/ra/ra.tscn" type="PackedScene" id=7]
|
||||
|
||||
|
||||
[sub_resource type="ViewportTexture" id=1]
|
||||
viewport_path = NodePath("viewport")
|
||||
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
[ext_resource path="res://scenes/interfaces/creatures_menu/creatures_menu_ui.gd" type="Script" id=1]
|
||||
[ext_resource path="res://assets/interfaces/settings-Khanat-background.png" type="Texture" id=2]
|
||||
[ext_resource path="res://assets/interfaces/themes/login_theme.theme" type="Theme" id=3]
|
||||
[ext_resource path="res://assets/interfaces/themes/khanat_theme.theme" type="Theme" id=3]
|
||||
|
||||
|
||||
[node name="creatures_menu_ui" type="Control"]
|
||||
anchor_right = 1.0
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://assets/interfaces/Login-Khanat-background.png" type="Texture" id=1]
|
||||
[ext_resource path="res://assets/interfaces/themes/login_theme.theme" type="Theme" id=2]
|
||||
[ext_resource path="res://assets/interfaces/themes/khanat_theme.theme" type="Theme" id=2]
|
||||
[ext_resource path="res://scenes/interfaces/main_menu/main_menu.gd" type="Script" id=3]
|
||||
|
||||
|
||||
[node name="main_menu" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
|
Loading…
Reference in a new issue