Merge branch 'master' into very_experimental_input_stuff

This commit is contained in:
Sezz 2022-10-01 12:27:36 +10:00
commit 0fe92bfa82
30 changed files with 424 additions and 453 deletions

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.