mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-25 16:14:43 -04:00
Basic drag and drop functionality
Admittedly, I accidentally followed a far more simpler tutorial, but it works.
This commit is contained in:
parent
8979422160
commit
9b849376ae
45 changed files with 127 additions and 711 deletions
|
@ -11,20 +11,17 @@ config_version=5
|
|||
[application]
|
||||
|
||||
config/name="Zack's Dress Up"
|
||||
run/main_scene="res://scenes/dress_up.tscn"
|
||||
config/version="1.3.100a"
|
||||
run/main_scene="res://scenes/game.tscn"
|
||||
config/use_custom_user_dir=true
|
||||
config/features=PackedStringArray("4.0")
|
||||
config/features=PackedStringArray("4.2")
|
||||
boot_splash/bg_color=Color(0.8, 0.8, 0.4, 1)
|
||||
boot_splash/image="res://icon.png"
|
||||
config/icon="res://icon.png"
|
||||
config/macos_native_icon="res://icon.icns"
|
||||
config/windows_native_icon="res://icon.ico"
|
||||
name_sv="Tonys klä upp"
|
||||
|
||||
[autoload]
|
||||
|
||||
GameData="*res://scripts/autoload/game_data.gd"
|
||||
GameEvents="*res://scripts/autoload/game_events.gd"
|
||||
|
||||
[debug]
|
||||
|
||||
gdscript/completion/autocomplete_setters_and_getters=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue