mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-22 07:56:52 -06:00
Update demo to use tiny-ecs 2.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
function love.conf(t)
|
||||
t.identity = nil
|
||||
t.version = "0.9.2"
|
||||
t.version = "0.10.1"
|
||||
t.console = false
|
||||
t.window.title = "Commando Kibbles"
|
||||
t.window.icon = nil
|
||||
@@ -11,7 +11,6 @@ function love.conf(t)
|
||||
t.window.minwidth = 600
|
||||
t.window.minheight = 400
|
||||
t.window.fullscreen = false
|
||||
t.window.fullscreentype = "normal"
|
||||
t.window.vsync = true
|
||||
t.window.fsaa = 0
|
||||
t.window.display = 1
|
||||
|
||||
Reference in New Issue
Block a user