mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-02-08 14:50:05 +01:00
Moved the ingame basic player ui elements into a new subfolder.
This commit is contained in:
parent
ae3558d270
commit
04b43919bb
@ -1,12 +1,12 @@
|
||||
[gd_scene load_steps=36 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/menu/CharacterEntry.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/menu/CharacterEntry.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://menu/Menu.gd" type="Script" id=3]
|
||||
[ext_resource path="res://ui/menu/menu_character_button_group.tres" type="ButtonGroup" id=4]
|
||||
[ext_resource path="res://ui/player/menu/menu_character_button_group.tres" type="ButtonGroup" id=4]
|
||||
[ext_resource path="res://scenes/CharacterSelectorMenu.gd" type="Script" id=5]
|
||||
[ext_resource path="res://scenes/CharacterCreationMenu.gd" type="Script" id=6]
|
||||
[ext_resource path="res://ui/menu/character_creation_button_group.tres" type="ButtonGroup" id=7]
|
||||
[ext_resource path="res://ui/player/menu/character_creation_button_group.tres" type="ButtonGroup" id=7]
|
||||
[ext_resource path="res://ui/options/Options.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://ui/register/Register.tscn" type="PackedScene" id=9]
|
||||
[ext_resource path="res://ui/login/Login.tscn" type="PackedScene" id=10]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/DataManager.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player_ui/player_ui.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/player_ui/player_ui.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="DataManager" type="Node"]
|
||||
script = ExtResource( 1 )
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/player_ui/RemoveProfile.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/player_ui/RemoveProfile.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/options/OptionsViewportLabel.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/options/OptionCheckboxRow.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://ui/options/OptionCheckBox.gd" type="Script" id=5]
|
||||
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/actionbars/ActionBarEntry.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/actionbars/ActionBar.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/actionbars/ActionBarEntry.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/player/actionbars/ActionBar.gd" type="Script" id=2]
|
||||
|
||||
[node name="ActionBar" type="VBoxContainer"]
|
||||
anchor_left = 1.0
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://ui/actionbars/ActionBarEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/actionbars/ActionBarEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/cooldown_progress.png" type="Texture" id=2]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=3]
|
||||
[ext_resource path="res://ui/theme/actionbar_dynamicfont.tres" type="DynamicFont" id=5]
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/actionbars/Actionbars.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/actionbars/ActionBar.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/actionbars/Actionbars.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/actionbars/ActionBar.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Actionbars" type="HBoxContainer"]
|
||||
anchor_right = 1.0
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/ui_gui_child_module.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/actionbars/Actionbars.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/actionbars/Actionbars.tscn" type="PackedScene" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/auraframe/AuraEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/auraframe/AuraEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/ui_dynamicfont_small.tres" type="DynamicFont" id=2]
|
||||
|
||||
[node name="AuraEntry" type="VBoxContainer"]
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/auraframe/AuraFrame.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/auraframe/AuraEntry.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/auraframe/AuraFrame.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/auraframe/AuraEntry.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="AuraFrame" type="Control"]
|
||||
anchor_right = 1.0
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/ui_gui_child_module.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/unitframes/Unitframes.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/auraframe/AuraFrame.tscn" type="PackedScene" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
@ -1,10 +1,10 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/bags/InventoryGUI.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/bags/BagEntry.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/bags/EquipmentSlot.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://ui/bags/ItemTooltip.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://ui/player/bags/InventoryGUI.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/bags/BagEntry.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/bags/EquipmentSlot.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://ui/player/bags/ItemTooltip.tscn" type="PackedScene" id=5]
|
||||
|
||||
[node name="Inventory" type="Control"]
|
||||
anchor_right = 1.0
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://ui/bags/BagEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/bags/BagEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/cooldown_progress.png" type="Texture" id=2]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=3]
|
||||
[ext_resource path="res://ui/theme/actionbar_dynamicfont.tres" type="DynamicFont" id=5]
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/bags/Bag.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/bags/BagFrame.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/bags/Bag.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/player/bags/BagFrame.gd" type="Script" id=2]
|
||||
|
||||
[node name="BagFrame" type="Control"]
|
||||
anchor_right = 1.0
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://ui/bags/EquipmentSlot.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/bags/EquipmentSlot.gd" type="Script" id=1]
|
||||
|
||||
[node name="EquipmentSlot" type="Button"]
|
||||
margin_left = 84.0
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/bags/ItemEntry.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/bags/BaseWindow.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/bags/ItemEntry.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/player/bags/BaseWindow.tscn" type="PackedScene" id=2]
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://ui/bags/ItemPupop.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/bags/ItemPupop.gd" type="Script" id=1]
|
||||
|
||||
[node name="ItemTooltip" type="PopupPanel"]
|
||||
margin_right = 295.0
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://ui/theme/bag_icon.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/bags/Bag.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/bags/Bag.tscn" type="PackedScene" id=3]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 2 )
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/castbar/Castbar.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/castbar/Castbar.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/scrollbar_grabber_blue.tres" type="StyleBox" id=2]
|
||||
|
||||
[node name="Castbar" type="VBoxContainer"]
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/ui_gui_child_module.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/castbar/Castbar.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/castbar/Castbar.tscn" type="PackedScene" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/character/CharacterWindow.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/character/SingleStatRow.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/character/CharacterWindow.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/character/SingleStatRow.tscn" type="PackedScene" id=3]
|
||||
|
||||
[node name="CharacterWindow" type="Control"]
|
||||
anchor_right = 1.0
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://ui/character/SingleStatRow.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/character/SingleStatRow.gd" type="Script" id=1]
|
||||
|
||||
[node name="SingleStatRow" type="HBoxContainer"]
|
||||
margin_right = 1016.0
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/character/CharacterWindow.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/character/CharacterWindow.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/theme/character_icon.tres" type="Texture" id=3]
|
||||
|
||||
[resource]
|
@ -1,10 +1,10 @@
|
||||
[gd_scene load_steps=7 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/crafting/CraftingWindow.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/crafting/RecipeSelector.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/crafting/ItemEntry.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://ui/crafting/CraftItemDescription.gd" type="Script" id=5]
|
||||
[ext_resource path="res://ui/player/crafting/CraftingWindow.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/crafting/RecipeSelector.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/crafting/ItemEntry.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://ui/player/crafting/CraftItemDescription.gd" type="Script" id=5]
|
||||
|
||||
[sub_resource type="ButtonGroup" id=1]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://ui/crafting/ItemEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/crafting/ItemEntry.gd" type="Script" id=1]
|
||||
|
||||
[node name="ItemEntry" type="PanelContainer"]
|
||||
margin_right = 695.0
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://ui/crafting/RecipeSelector.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/crafting/RecipeSelector.gd" type="Script" id=1]
|
||||
|
||||
[node name="RecipeSelector" type="Button"]
|
||||
margin_right = 303.0
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://ui/theme/crafting_icon.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/crafting/CraftingWindow.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/crafting/CraftingWindow.tscn" type="PackedScene" id=3]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 2 )
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/loot_window/LootEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/loot_window/LootEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
||||
|
||||
[node name="lootEntry" type="PanelContainer"]
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://ui/loot_window/LootWindow.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/loot_window/LootWindow.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
||||
[ext_resource path="res://ui/loot_window/LootEntry.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/loot_window/LootEntry.tscn" type="PackedScene" id=3]
|
||||
|
||||
[node name="LootWindow" type="Control"]
|
||||
anchor_right = 1.0
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/loot_window/LootWindow.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/loot_window/LootWindow.tscn" type="PackedScene" id=3]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 2 )
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/menu/CharacterEntry.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/menu/CharacterEntry.gd" type="Script" id=2]
|
||||
|
||||
[node name="CharacterEntry" type="Button"]
|
||||
margin_right = 224.0
|
@ -1,17 +1,17 @@
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://player/GUI.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/ingame_menu/IngameMenu.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/theme/menu_icon.tres" type="Texture" id=6]
|
||||
[ext_resource path="res://ui/buttons/Buttons.gd" type="Script" id=9]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=10]
|
||||
[ext_resource path="res://ui/theme/locked_icon.tres" type="Texture" id=25]
|
||||
[ext_resource path="res://ui/theme/unlocked_icon.tres" type="Texture" id=26]
|
||||
[ext_resource path="res://ui/player_ui/player_ui.gd" type="Script" id=28]
|
||||
[ext_resource path="res://ui/buttons/ImageButton.tscn" type="PackedScene" id=30]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/theme/locked_icon.tres" type="Texture" id=2]
|
||||
[ext_resource path="res://ui/theme/menu_icon.tres" type="Texture" id=3]
|
||||
[ext_resource path="res://ui/theme/unlocked_icon.tres" type="Texture" id=4]
|
||||
[ext_resource path="res://player/GUI.gd" type="Script" id=5]
|
||||
[ext_resource path="res://ui/player/player_ui/player_ui.gd" type="Script" id=6]
|
||||
[ext_resource path="res://ui/ingame_menu/IngameMenu.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://ui/buttons/Buttons.gd" type="Script" id=8]
|
||||
[ext_resource path="res://ui/buttons/ImageButton.tscn" type="PackedScene" id=9]
|
||||
|
||||
[node name="GUILayer" type="CanvasLayer"]
|
||||
script = ExtResource( 28 )
|
||||
script = ExtResource( 6 )
|
||||
gui_base_path = NodePath("GUI")
|
||||
buttons_path = NodePath("GUI/Buttons")
|
||||
windows_path = NodePath("GUI/Windows")
|
||||
@ -20,8 +20,8 @@ windows_path = NodePath("GUI/Windows")
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
mouse_filter = 2
|
||||
theme = ExtResource( 10 )
|
||||
script = ExtResource( 1 )
|
||||
theme = ExtResource( 1 )
|
||||
script = ExtResource( 5 )
|
||||
__meta__ = {
|
||||
"_edit_lock_": true
|
||||
}
|
||||
@ -34,12 +34,12 @@ margin_right = 342.0
|
||||
rect_min_size = Vector2( 0, 40 )
|
||||
mouse_filter = 2
|
||||
custom_constants/separation = 0
|
||||
script = ExtResource( 9 )
|
||||
script = ExtResource( 8 )
|
||||
__meta__ = {
|
||||
"_edit_group_": true,
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
image_button = ExtResource( 30 )
|
||||
image_button = ExtResource( 9 )
|
||||
lock_button_path = NodePath("LockButton")
|
||||
|
||||
[node name="LockButton" type="Button" parent="GUI/Buttons"]
|
||||
@ -52,7 +52,7 @@ keep_pressed_outside = true
|
||||
[node name="locked" type="TextureRect" parent="GUI/Buttons/LockButton"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
texture = ExtResource( 25 )
|
||||
texture = ExtResource( 2 )
|
||||
expand = true
|
||||
stretch_mode = 6
|
||||
__meta__ = {
|
||||
@ -63,7 +63,7 @@ __meta__ = {
|
||||
visible = false
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
texture = ExtResource( 26 )
|
||||
texture = ExtResource( 4 )
|
||||
expand = true
|
||||
stretch_mode = 6
|
||||
__meta__ = {
|
||||
@ -80,7 +80,7 @@ keep_pressed_outside = true
|
||||
[node name="TextureRect3" type="TextureRect" parent="GUI/Buttons/Menu"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
texture = ExtResource( 6 )
|
||||
texture = ExtResource( 3 )
|
||||
expand = true
|
||||
stretch_mode = 6
|
||||
__meta__ = {
|
||||
@ -90,7 +90,7 @@ __meta__ = {
|
||||
[node name="Windows" type="CanvasLayer" parent="GUI"]
|
||||
layer = 2
|
||||
|
||||
[node name="IngameMenu" parent="GUI" instance=ExtResource( 2 )]
|
||||
[node name="IngameMenu" parent="GUI" instance=ExtResource( 7 )]
|
||||
visible = false
|
||||
|
||||
[connection signal="pressed" from="GUI/Buttons/Menu" to="GUI/IngameMenu" method="show"]
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/spellbook/SpellBookWindow.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/spellbook/SpellContainer.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/spellbook/SpellBookWindow.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/spellbook/SpellContainer.tscn" type="PackedScene" id=3]
|
||||
|
||||
[node name="SpellBookWindow" type="Control"]
|
||||
anchor_right = 1.0
|
@ -1,9 +1,9 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/spellbook/SpellDragAndDropSpellBook.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/spellbook/SpellContainer.gd" type="Script" id=3]
|
||||
[ext_resource path="res://ui/spellbook/SpellEntryPopup.gd" type="Script" id=4]
|
||||
[ext_resource path="res://ui/player/spellbook/SpellDragAndDropSpellBook.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/spellbook/SpellContainer.gd" type="Script" id=3]
|
||||
[ext_resource path="res://ui/player/spellbook/SpellEntryPopup.gd" type="Script" id=4]
|
||||
|
||||
[node name="SpellContainer" type="Control"]
|
||||
margin_left = 290.0
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/spellbook_icon.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://ui/spellbook/SpellBookWindow.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/spellbook/SpellBookWindow.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=3]
|
||||
|
||||
[resource]
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/talents/Spec.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/talents/TalentRow.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/talents/Spec.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/talents/TalentRow.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Spec" type="ScrollContainer"]
|
||||
margin_right = 882.0
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/talents/TalentEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/talents/TalentEntry.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
||||
|
||||
[node name="TalentEntry" type="CenterContainer"]
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://ui/talents/TalentEntry.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/player/talents/TalentEntry.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
||||
[ext_resource path="res://ui/talents/TalentRow.gd" type="Script" id=3]
|
||||
[ext_resource path="res://ui/player/talents/TalentRow.gd" type="Script" id=3]
|
||||
|
||||
[node name="TalentRow" type="HBoxContainer"]
|
||||
anchor_right = 1.0
|
@ -1,9 +1,9 @@
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=1]
|
||||
[ext_resource path="res://ui/talents/Spec.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/talents/TalentWindow.gd" type="Script" id=3]
|
||||
[ext_resource path="res://ui/talents/talent_switcher_button.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://ui/player/talents/Spec.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/talents/TalentWindow.gd" type="Script" id=3]
|
||||
[ext_resource path="res://ui/player/talents/talent_switcher_button.tscn" type="PackedScene" id=4]
|
||||
|
||||
[node name="TalentWindow" type="Control"]
|
||||
anchor_right = 1.0
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource path="res://ui/theme/talent_icon.tres" type="Texture" id=1]
|
||||
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/talents/TalentWindow.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/talents/TalentWindow.tscn" type="PackedScene" id=3]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 2 )
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://ui/talents/talent_switcher_button.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/talents/talent_switcher_button.gd" type="Script" id=1]
|
||||
|
||||
[node name="TalentSwitcher" type="Button"]
|
||||
margin_left = 301.0
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://ui/touch_pad/TurnPanel.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/touch_pad/analog.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/touch_pad/analog.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://ui/player/touch_pad/TurnPanel.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/touch_pad/analog.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/player/touch_pad/analog.tscn" type="PackedScene" id=3]
|
||||
|
||||
[node name="TouchMovementControls" type="MarginContainer"]
|
||||
anchor_right = 1.0
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/touch_pad/analog.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/touch_pad/analog.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/touch_pad/analog.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/touch_pad/analog.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="TouchTargetControls" type="MarginContainer"]
|
||||
visible = false
|
@ -1,7 +1,7 @@
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://scripts/game_modules/ui_gui_child_module.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/touch_controls/TouchMovementControls.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/touch_controls/TouchMovementControls.tscn" type="PackedScene" id=2]
|
||||
|
||||
[resource]
|
||||
script = ExtResource( 1 )
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://ui/touch_pad/analog.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/touch_pad/big_circle.png" type="Texture" id=2]
|
||||
[ext_resource path="res://ui/touch_pad/small_circle.png" type="Texture" id=3]
|
||||
[ext_resource path="res://ui/player/touch_pad/analog.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/touch_pad/big_circle.png" type="Texture" id=2]
|
||||
[ext_resource path="res://ui/player/touch_pad/small_circle.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="Animation" id=1]
|
||||
length = 5.0
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/big_circle.png-3e7d1c39c6dde9ffecb18aecfb2a2a19.stex"
|
||||
path="res://.import/big_circle.png-8b4736f4bd8bcb5851282bd183b16c9d.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://ui/touch_pad/big_circle.png"
|
||||
dest_files=[ "res://.import/big_circle.png-3e7d1c39c6dde9ffecb18aecfb2a2a19.stex" ]
|
||||
source_file="res://ui/player/touch_pad/big_circle.png"
|
||||
dest_files=[ "res://.import/big_circle.png-8b4736f4bd8bcb5851282bd183b16c9d.stex" ]
|
||||
|
||||
[params]
|
||||
|
Before Width: | Height: | Size: 834 B After Width: | Height: | Size: 834 B |
@ -2,15 +2,15 @@
|
||||
|
||||
importer="texture"
|
||||
type="StreamTexture"
|
||||
path="res://.import/small_circle.png-035ef8e6fee54222401287369836bd6a.stex"
|
||||
path="res://.import/small_circle.png-770fa887d3b9728db02e99b9be5c0e0c.stex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://ui/touch_pad/small_circle.png"
|
||||
dest_files=[ "res://.import/small_circle.png-035ef8e6fee54222401287369836bd6a.stex" ]
|
||||
source_file="res://ui/player/touch_pad/small_circle.png"
|
||||
dest_files=[ "res://.import/small_circle.png-770fa887d3b9728db02e99b9be5c0e0c.stex" ]
|
||||
|
||||
[params]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/trainer/TrainerWindow.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/trainer/TrainerWindow.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
||||
|
||||
[node name="TrainerWindow" type="Control"]
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Resource" load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://ui/trainer/TrainerWindow.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://ui/player/trainer/TrainerWindow.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://scripts/game_modules/ui_window_module.gd" type="Script" id=2]
|
||||
|
||||
[resource]
|
@ -1,7 +1,7 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://ui/unitframes/TargetUnitframe.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/auraframe/AuraEntry.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/player/unitframes/TargetUnitframe.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/auraframe/AuraEntry.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=3]
|
||||
[ext_resource path="res://ui/theme/scrollbar_grabber_red.tres" type="StyleBox" id=4]
|
||||
[ext_resource path="res://ui/theme/scrollbar_grabber_blue.tres" type="StyleBox" id=5]
|
@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=6 format=2]
|
||||
|
||||
[ext_resource path="res://ui/unitframes/UnitframeBase.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/player/unitframes/UnitframeBase.gd" type="Script" id=1]
|
||||
[ext_resource path="res://ui/theme/ui_theme.tres" type="Theme" id=2]
|
||||
[ext_resource path="res://ui/theme/scrollbar_grabber_red.tres" type="StyleBox" id=3]
|
||||
[ext_resource path="res://ui/theme/scrollbar_grabber_blue.tres" type="StyleBox" id=4]
|
@ -1,8 +1,8 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://player/Unitframes.gd" type="Script" id=2]
|
||||
[ext_resource path="res://ui/unitframes/UnitframeBase.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://ui/unitframes/TargetUnitframe.tscn" type="PackedScene" id=7]
|
||||
[ext_resource path="res://ui/player/unitframes/UnitframeBase.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://ui/player/unitframes/TargetUnitframe.tscn" type="PackedScene" id=7]
|
||||
|
||||
[node name="Unitframes" type="Control"]
|
||||
anchor_right = 1.0
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user