mirror of
https://github.com/tacigar/maidroid.git
synced 2025-01-10 08:10:17 +01:00
[ADD] Add core empty
This commit is contained in:
parent
d4c1a050b0
commit
35fdce250b
14
maidroid_core/cores/empty.lua
Normal file
14
maidroid_core/cores/empty.lua
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
------------------------------------------------------------
|
||||||
|
-- Copyright (c) 2016 tacigar. All rights reserved.
|
||||||
|
-- https://github.com/tacigar/maidroid
|
||||||
|
------------------------------------------------------------
|
||||||
|
|
||||||
|
maidroid.register_core("maidroid_core:empty", {
|
||||||
|
description = "maidroid core : empty",
|
||||||
|
inventory_image = "maidroid_core_empty.png",
|
||||||
|
on_start = function(self) end,
|
||||||
|
on_stop = function(self) end,
|
||||||
|
on_resume = function(self) end,
|
||||||
|
on_pause = function(self) end,
|
||||||
|
on_step = function(self, dtime) end,
|
||||||
|
})
|
Loading…
Reference in New Issue
Block a user