init defold game

This commit is contained in:
Travis Shears 2026-05-10 17:03:18 +02:00
parent 925d375313
commit 26e88c8f03
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
20 changed files with 381 additions and 9 deletions

View file

@ -0,0 +1,86 @@
{
:code {
:breakpoints [
]
}
:workflow {
:open-tabs [
[
[
"/main/main.atlas"
:scene
]
[
"/main/main.collection"
:scene
]
[
"/main/player.tilesource"
:scene
]
[
"/main/player.script"
:code
]
[
"/main/main.script"
:code
]
[
"/game.project"
:cljfx-form-view
]
[
"/input/game.input_binding"
:cljfx-form-view
]
[
"/main/player.sprite"
:scene
]
]
]
:recent-files [
[
"/main/player.tilesource"
:text
]
[
"/main/player.sprite"
:text
]
[
"/main/main.atlas"
:scene
]
[
"/main/player.tilesource"
:scene
]
[
"/game.project"
:cljfx-form-view
]
[
"/input/game.input_binding"
:cljfx-form-view
]
[
"/main/main.collection"
:scene
]
[
"/main/player.sprite"
:scene
]
[
"/main/main.script"
:code
]
[
"/main/player.script"
:code
]
]
}
}