Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Adventure Time
- -- This Game Demo is made by Frekvens1
- -- Do not claim this as your own!
- -- Used in Minecraft by OpenComputers
- local oldPull = os.pullEvent;
- os.pullEvent = os.pullEventRaw;
- -- Command to download game to computer:
- -- pastebin get gDkpqzNP startup
- -- DEBUG SETTINGS --
- local debugMode = false
- local showCords = false
- -- KEY CONFIG --
- local W = 17
- local S = 31
- local A = 30
- local D = 32
- local Enter = 28
- local M = 50
- -- MAP DATA --
- local currentMap = "main"
- -- Movement Handler --
- -- Game --
- function main()
- end
- -- Code which runs at startup --
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement