This commit is contained in:
Igor Timofeev 2016-06-10 23:05:28 +03:00
parent c6f77ac579
commit 5e7c71c64d
2 changed files with 2 additions and 2 deletions

View File

@ -541,7 +541,7 @@
type="Application",
icon="IgorTimofeev/OpenComputers/master/Applications/RayWalk/Icon.pic",
createShortcut="desktop",
version=1.3,
version=1.4,
resources={
{
name="Worlds/ExampleWorld/Map.cfg",

View File

@ -52,7 +52,7 @@ local function menu()
end
buffer.start()
-- rayEngine.intro()
rayEngine.intro()
rayEngine.loadWorld(worldsPath .. "ExampleWorld")
menu()
update()