mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-28 15:57:59 +03:00
Update starter scripts in accordance with #742
This commit is contained in:
parent
1184cb277f
commit
b7bd4035a2
1 changed files with 1 additions and 12 deletions
|
@ -1,17 +1,6 @@
|
|||
-- Place in this LUA script all the levels of your game
|
||||
-- Place in this Lua script all the levels of your game
|
||||
-- Title is mandatory and must be the first level.
|
||||
|
||||
-- Shorten some of the internal data types.
|
||||
|
||||
local Flow = TEN.Flow
|
||||
local Level = Flow.Level
|
||||
local Color = TEN.Color
|
||||
local Rotation = TEN.Rotation
|
||||
local InventoryItem = Flow.InventoryItem
|
||||
local ObjID = TEN.Objects.ObjID
|
||||
local RotationAxis = Flow.RotationAxis
|
||||
local ItemAction = Flow.ItemAction
|
||||
|
||||
-- Intro image is a splash screen which appears before actual loading screen.
|
||||
-- If you don't want it to appear, just remove this line.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue