Skip to content

Commit 891233a

Browse files
committed
Modernize project
1 parent d766ea5 commit 891233a

File tree

5 files changed

+9
-6
lines changed

5 files changed

+9
-6
lines changed

.defignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.deps

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Thumbs.db
77
*.pyc
88
.project
99
.cproject
10-
builtins
11-
/editor-script-lua-format
10+
/builtins
1211
/.vscode
12+
/.editor_settings
13+
.deps/**

.ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
!.deps
2+
!.deps/**

game.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ clear_color_blue = 0.1
2222
clear_color_red = 0.1
2323
clear_color_green = 0.1
2424

25+
[input]
26+
game_binding = /builtins/input/all.input_binding
27+
2528
[android]
2629
package = com.splitmix64.example
2730

input/game.input_binding

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)