Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 291 Bytes

File metadata and controls

25 lines (22 loc) · 291 Bytes

Utility functions

// Draw text
dtxt(x,y,text)
//Updates screen
updateDisplay()

Utility arrays

/**
 * Array:
 * Player X
 * Player Y
 * Cursor X
 * Cursor Y
 * Cursor X Previous Tick
 * Cursor Y Previous Tick
*/
s = [0,0,0,0,0,0,0,0]
// Get Directory
parentFolder = []