Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Fixes for #417, #415, #408, an
Browse files Browse the repository at this point in the history
d 403.
  • Loading branch information
jessefreeman committed Aug 18, 2020
1 parent 52a67d7 commit ee8462c
Show file tree
Hide file tree
Showing 20 changed files with 1,809 additions and 749 deletions.
3 changes: 2 additions & 1 deletion Disks/PixelVisionOS/System/Tools/DrawTool/code.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ LoadScript("code-draw-tool")
_G["pixelVisionOS"] = PixelVisionOS:Init()

function Init()
print("Init")

-- Disable the back key in this tool
EnableBackKey(false)
EnableAutoRun(false)

-- Update background
BackgroundColor(tonumber(ReadBiosData("DefaultBackgroundColor", "5")))
BackgroundColor(5)

-- Create new workspace tool instance
drawTool = DrawTool:Init()
Expand Down

0 comments on commit ee8462c

Please sign in to comment.