mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-22 02:17:18 +01:00
Moved around a few autoloads.
This commit is contained in:
parent
73d13bee12
commit
d528010273
@ -1,6 +1,6 @@
|
|||||||
[gd_scene load_steps=9 format=2]
|
[gd_scene load_steps=9 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://autoload/CursorManager.gd" type="Script" id=1]
|
[ext_resource path="res://cursors/autoload/CursorManager.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://cursors/arrow16.png" type="Texture" id=2]
|
[ext_resource path="res://cursors/arrow16.png" type="Texture" id=2]
|
||||||
[ext_resource path="res://cursors/loot16.png" type="Texture" id=3]
|
[ext_resource path="res://cursors/loot16.png" type="Texture" id=3]
|
||||||
[ext_resource path="res://cursors/attack16.png" type="Texture" id=4]
|
[ext_resource path="res://cursors/attack16.png" type="Texture" id=4]
|
||||||
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[node name="CursorManager" type="Node"]
|
[node name="CursorManager" type="Node"]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
default_cursor = ExtResource( 2 )
|
default_cursor = ExtResource( 2 )
|
@ -342,10 +342,10 @@ config/version="0.2"
|
|||||||
[autoload]
|
[autoload]
|
||||||
|
|
||||||
Logger="*res://autoload/Logger.tscn"
|
Logger="*res://autoload/Logger.tscn"
|
||||||
Settings="*res://autoload/SettingsManager.gd"
|
Settings="*res://ui/autoload/SettingsManager.gd"
|
||||||
CursorManager="*res://autoload/CursorManager.tscn"
|
CursorManager="*res://cursors/autoload/CursorManager.tscn"
|
||||||
WorldNumbers="*res://autoload/WorldNumbers.tscn"
|
WorldNumbers="*res://ui/autoload/WorldNumbers.tscn"
|
||||||
ThemeAtlas="*res://autoload/ThemeAtlas.tscn"
|
ThemeAtlas="*res://ui/autoload/ThemeAtlas.tscn"
|
||||||
Server="*res://autoload/Server.tscn"
|
Server="*res://autoload/Server.tscn"
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
|
3
game/scenesWorld.tscn.tres
Normal file
3
game/scenesWorld.tscn.tres
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[gd_resource type="PropData" format=2]
|
||||||
|
|
||||||
|
[resource]
|
@ -1,6 +1,7 @@
|
|||||||
[gd_scene load_steps=2 format=2]
|
[gd_scene load_steps=2 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://autoload/SettingsManager.gd" type="Script" id=1]
|
[ext_resource path="res://ui/autoload/SettingsManager.gd" type="Script" id=1]
|
||||||
|
|
||||||
|
|
||||||
[node name="SettingsManager" type="Node"]
|
[node name="SettingsManager" type="Node"]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
@ -1,8 +1,9 @@
|
|||||||
[gd_scene load_steps=3 format=2]
|
[gd_scene load_steps=3 format=2]
|
||||||
|
|
||||||
[ext_resource path="res://autoload/WorldNumbers.gd" type="Script" id=1]
|
[ext_resource path="res://ui/autoload/WorldNumbers.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://ui/numbers/Number.tscn" type="PackedScene" id=2]
|
[ext_resource path="res://ui/numbers/Number.tscn" type="PackedScene" id=2]
|
||||||
|
|
||||||
|
|
||||||
[node name="WorldNumbers" type="Node"]
|
[node name="WorldNumbers" type="Node"]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
number_scene = ExtResource( 2 )
|
number_scene = ExtResource( 2 )
|
@ -108,7 +108,7 @@ size_flags_horizontal = 3
|
|||||||
[node name="Button" type="Button" parent="SpellEntryPopup/VBoxContainer/HBoxContainer"]
|
[node name="Button" type="Button" parent="SpellEntryPopup/VBoxContainer/HBoxContainer"]
|
||||||
margin_left = 258.0
|
margin_left = 258.0
|
||||||
margin_right = 288.0
|
margin_right = 288.0
|
||||||
margin_bottom = 26.269
|
margin_bottom = 26.5702
|
||||||
rect_min_size = Vector2( 30, 0 )
|
rect_min_size = Vector2( 30, 0 )
|
||||||
text = "X"
|
text = "X"
|
||||||
|
|
||||||
@ -121,13 +121,14 @@ margin_bottom = 38.0
|
|||||||
visible = false
|
visible = false
|
||||||
margin_top = 46.0
|
margin_top = 46.0
|
||||||
margin_right = 288.0
|
margin_right = 288.0
|
||||||
margin_bottom = 66.0
|
margin_bottom = 69.0
|
||||||
rect_min_size = Vector2( 0, 20 )
|
rect_min_size = Vector2( 0, 20 )
|
||||||
|
|
||||||
[node name="KnownLabel" type="Label" parent="SpellEntryPopup/VBoxContainer/PanelContainer"]
|
[node name="KnownLabel" type="Label" parent="SpellEntryPopup/VBoxContainer/PanelContainer"]
|
||||||
margin_top = 2.0
|
margin_left = 4.0
|
||||||
margin_right = 288.0
|
margin_top = 4.0
|
||||||
margin_bottom = 17.0
|
margin_right = 284.0
|
||||||
|
margin_bottom = 19.0
|
||||||
text = "Known"
|
text = "Known"
|
||||||
align = 1
|
align = 1
|
||||||
valign = 1
|
valign = 1
|
||||||
@ -136,7 +137,7 @@ valign = 1
|
|||||||
visible = false
|
visible = false
|
||||||
margin_top = 46.0
|
margin_top = 46.0
|
||||||
margin_right = 288.0
|
margin_right = 288.0
|
||||||
margin_bottom = 72.269
|
margin_bottom = 72.5702
|
||||||
text = "Learn"
|
text = "Learn"
|
||||||
|
|
||||||
[node name="RichTextLabel" type="RichTextLabel" parent="SpellEntryPopup/VBoxContainer"]
|
[node name="RichTextLabel" type="RichTextLabel" parent="SpellEntryPopup/VBoxContainer"]
|
||||||
|
Loading…
Reference in New Issue
Block a user