mirror of
https://github.com/tonytins/dressupzack
synced 2025-12-18 21:04:43 -05:00
Possible merge fix with svg-remaster-2
This commit is contained in:
parent
1f8aab08bc
commit
164350d7cf
10 changed files with 565 additions and 540 deletions
|
|
@ -1,13 +1,15 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://src/WinDialogs.gd" type="Script" id=1]
|
||||
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=1]
|
||||
[ext_resource path="res://src/WinDialogs.gd" type="Script" id=2]
|
||||
|
||||
[node name="WinDialogs" type="Control"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
script = ExtResource( 1 )
|
||||
theme = ExtResource( 1 )
|
||||
script = ExtResource( 2 )
|
||||
|
||||
[node name="PauseWin" type="PopupDialog" parent="."]
|
||||
pause_mode = 2
|
||||
|
|
@ -71,7 +73,7 @@ anchor_bottom = 1.0
|
|||
margin_left = 8.0
|
||||
margin_top = 8.0
|
||||
margin_right = -8.0
|
||||
margin_bottom = -36.0
|
||||
margin_bottom = -41.0
|
||||
focus_mode = 2
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "[center]Created by
|
||||
|
|
@ -80,6 +82,9 @@ Anthony Wilcox
|
|||
Music by
|
||||
Michael Carey
|
||||
|
||||
Fonts by
|
||||
Google
|
||||
|
||||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
|
|
@ -94,6 +99,9 @@ Anthony Wilcox
|
|||
Music by
|
||||
Michael Carey
|
||||
|
||||
Fonts by
|
||||
Google
|
||||
|
||||
Clothing inspired by
|
||||
Megawolf77
|
||||
Canon Rhode
|
||||
|
|
@ -125,7 +133,7 @@ anchor_bottom = 0.5
|
|||
margin_left = -68.0
|
||||
margin_top = -26.0
|
||||
margin_right = 68.0
|
||||
margin_bottom = -2.0
|
||||
margin_bottom = -7.0
|
||||
columns = 3
|
||||
|
||||
[node name="Languages" type="MenuButton" parent="SettingsWin/Grid"]
|
||||
|
|
@ -161,7 +169,7 @@ anchor_right = 0.5
|
|||
margin_left = -194.0
|
||||
margin_top = 8.0
|
||||
margin_right = 194.0
|
||||
margin_bottom = 239.0
|
||||
margin_bottom = 234.0
|
||||
bbcode_enabled = true
|
||||
bbcode_text = "Nathan's Dress Up is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue