Initial commit

This commit is contained in:
builder 2017-02-24 14:03:13 +00:00
commit c06a299d46
6 changed files with 75 additions and 0 deletions

10
.gitignore vendored Normal file
View File

@ -0,0 +1,10 @@
.externalToolBuilders
.DS_Store
.lock-wscript
build
*.pyc
.project
.cproject
builtins
.internal

20
game.project Normal file
View File

@ -0,0 +1,20 @@
[project]
title = My project
version = 0.1
[bootstrap]
main_collection = /main/main.collectionc
[input]
game_binding = /input/game.input_bindingc
[display]
width = 1280
height = 720
[physics]
scale = 0.02
[script]
shared_state = 1

0
input/game.input_binding Normal file
View File

BIN
main/images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

3
main/logo.atlas Normal file
View File

@ -0,0 +1,3 @@
images {
image: "/main/images/logo.png"
}

42
main/main.collection Normal file
View File

@ -0,0 +1,42 @@
name: "main"
scale_along_z: 0
embedded_instances {
id: "logo"
data: "embedded_components {\n"
" id: \"sprite\"\n"
" type: \"sprite\"\n"
" data: \"tile_set: \\\"/main/logo.atlas\\\"\\n"
"default_animation: \\\"logo\\\"\\n"
"material: \\\"/builtins/materials/sprite.material\\\"\\n"
"blend_mode: BLEND_MODE_ALPHA\\n"
"\"\n"
" position {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" }\n"
" rotation {\n"
" x: 0.0\n"
" y: 0.0\n"
" z: 0.0\n"
" w: 1.0\n"
" }\n"
"}\n"
""
position {
x: 640.0
y: 340.0
z: 0.0
}
rotation {
x: 0.0
y: 0.0
z: 0.0
w: 1.0
}
scale3 {
x: 1.0
y: 1.0
z: 1.0
}
}