mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-07 22:04:49 -04:00
Updated screenshot with the Classic mode button
This commit is contained in:
parent
e85265d1af
commit
93a70f2da9
5 changed files with 4 additions and 7 deletions
|
@ -7,7 +7,7 @@
|
|||
[ext_resource path="res://Clothes.tscn" type="PackedScene" id=5]
|
||||
[ext_resource path="res://Interface.tscn" type="PackedScene" id=6]
|
||||
|
||||
[node name="GameScreen" type="Node"]
|
||||
[node name="GameScreen" type="Node" index="0"]
|
||||
|
||||
script = ExtResource( 1 )
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[ext_resource path="res://src/Interface.gd" type="Script" id=1]
|
||||
[ext_resource path="res://WinDialogs.tscn" type="PackedScene" id=2]
|
||||
|
||||
[node name="Interface" type="Control" index="0"]
|
||||
[node name="Interface" type="Control"]
|
||||
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
|
|
|
@ -28,6 +28,7 @@ bus = "Master"
|
|||
|
||||
[node name="AboutWin" type="WindowDialog" parent="." index="1"]
|
||||
|
||||
editor/display_folded = true
|
||||
visible = false
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
|
@ -258,6 +259,7 @@ _sections_unfolded = [ "BBCode" ]
|
|||
|
||||
[node name="SettingsWin" type="AcceptDialog" parent="." index="3"]
|
||||
|
||||
editor/display_folded = true
|
||||
visible = false
|
||||
anchor_left = 0.0
|
||||
anchor_top = 0.0
|
||||
|
|
|
@ -23,11 +23,6 @@ window/size/width=800
|
|||
window/size/height=554
|
||||
window/size/resizable=false
|
||||
|
||||
[input]
|
||||
|
||||
ui_shell=[ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":true,"meta":false,"command":true,"pressed":false,"scancode":16777255,"unicode":0,"echo":false,"script":null)
|
||||
]
|
||||
|
||||
[locale]
|
||||
|
||||
locale_filter=[ 1, [ "en", "sv" ] ]
|
||||
|
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 102 KiB |
Loading…
Add table
Reference in a new issue