add DepthButton
This commit is contained in:
parent
e758168757
commit
47234f1bc1
9 changed files with 304 additions and 62 deletions
|
|
@ -9,6 +9,11 @@
|
|||
config_version=4
|
||||
|
||||
_global_script_classes=[ {
|
||||
"base": "Control",
|
||||
"class": "DepthButton",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/DepthButton.gd"
|
||||
}, {
|
||||
"base": "PopupPanel",
|
||||
"class": "NewGamePanel",
|
||||
"language": "GDScript",
|
||||
|
|
@ -25,6 +30,7 @@ _global_script_classes=[ {
|
|||
"path": "res://src/Taquin.gd"
|
||||
} ]
|
||||
_global_script_class_icons={
|
||||
"DepthButton": "",
|
||||
"NewGamePanel": "",
|
||||
"Piece": "",
|
||||
"Taquin": ""
|
||||
|
|
@ -37,15 +43,29 @@ run/main_scene="res://src/Main.tscn"
|
|||
config/icon="res://icon.png"
|
||||
run/main_scene.mobile="res://src/MainMobile.tscn"
|
||||
|
||||
[autoload]
|
||||
|
||||
Styles="*res://src/Styles.gd"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/resizable=false
|
||||
window/handheld/orientation.mobile="portrait"
|
||||
window/dpi/allow_hidpi=true
|
||||
window/handheld/orientation="portrait"
|
||||
window/size/width.mobile=600
|
||||
window/size/height.mobile=1200
|
||||
window/stretch/mode.mobile="2d"
|
||||
window/stretch/aspect.mobile="expand"
|
||||
|
||||
[filesystem]
|
||||
|
||||
import/open_asset_import/use_fbx=false
|
||||
|
||||
[gui]
|
||||
|
||||
theme/use_hidpi=true
|
||||
theme/custom="res://assets/taqin_theme.tres"
|
||||
|
||||
[input_devices]
|
||||
|
||||
pointing/emulate_touch_from_mouse=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue