Skip to content

Commit

Permalink
reprogrammed world creation system and pysics
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Apr 3, 2016
1 parent 9ca397f commit 6a7c1dd
Show file tree
Hide file tree
Showing 6 changed files with 291 additions and 214 deletions.
6 changes: 5 additions & 1 deletion engine.cfg
Expand Up @@ -4,14 +4,18 @@ name="Voxel_game"
main_scene="res://main_scene.scn"
icon="res://icon.png"

[autoload]

utils="*res://scripts/utils.gd"

[core]

thread_rid_pool_prealloc=1000

[input]

l_click=[mbutton(0, 1)]
jump=[key(Space)]
r_click=[mbutton(0, 1)]

[rasterizer]

Expand Down
Binary file modified main_scene.scn
Binary file not shown.
Binary file modified player.scn
Binary file not shown.

0 comments on commit 6a7c1dd

Please sign in to comment.