mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 08:34:43 -04:00
Moved sources to /project directory
- Replaced screenshot from Imgur with a local one
This commit is contained in:
parent
67747196b7
commit
7216c18d57
65 changed files with 4 additions and 5 deletions
31
project/project.godot
Normal file
31
project/project.godot
Normal file
|
@ -0,0 +1,31 @@
|
|||
; Engine configuration file.
|
||||
; It's best edited using the editor UI and not directly,
|
||||
; since the parameters that go here are not all obvious.
|
||||
;
|
||||
; Format:
|
||||
; [section] ; section goes between []
|
||||
; param=value ; assign values to parameters
|
||||
|
||||
config_version=3
|
||||
|
||||
[application]
|
||||
|
||||
config/name="Zack's Dress Up 1½"
|
||||
run/main_scene="res://MainScreen.tscn"
|
||||
boot_splash/image="res://assets/game splash.png"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/width=800
|
||||
window/size/height=554
|
||||
window/size/resizable=false
|
||||
|
||||
[locale]
|
||||
|
||||
locale_filter=[ 1, [ "en", "sv" ] ]
|
||||
translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/local.sv.translation" )
|
||||
|
||||
[rendering]
|
||||
|
||||
environment/default_environment="res://default_env.tres"
|
Loading…
Add table
Add a link
Reference in a new issue