Update starter scripts in accordance with #742

This commit is contained in:
hispidence 2022-09-16 14:54:13 +01:00
parent 1184cb277f
commit b7bd4035a2

View file

@ -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.