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

Commit

Permalink
Adding a VS Solution file, Unit Tests, fixes to the Settings Tool for…
Browse files Browse the repository at this point in the history
… new APIS, and removing old sprite drawing APIs.
  • Loading branch information
jessefreeman committed Feb 21, 2021
1 parent 2189c24 commit 0a1fe61
Show file tree
Hide file tree
Showing 110 changed files with 2,672 additions and 14,715 deletions.
Expand Up @@ -15,7 +15,7 @@
-- Shawn Rakowski - @shwany
--

print("Enable clipboard")
-- print("Enable clipboard")

function PixelVisionOS:SystemCopy(data)

Expand Down
161 changes: 0 additions & 161 deletions Disks/PixelVisionOS/System/Libs/pixel-vision-os-message-modal-v3.lua

This file was deleted.

Expand Up @@ -79,7 +79,7 @@ function MessageModal:Open()

-- We want to render the text from the bottom of the screen so we offset it and loop backwards.
for i = 1, total do
self.canvas:DrawText(self.lines[i]:upper(), startX, (startY + ((i - 1) * 8)), "medium", 0, - 4)
self.canvas:DrawText(self.lines[i], startX, (startY + ((i - 1) * 8)), "medium", 0, - 4)
end

self.buttons = {}
Expand Down
2 changes: 1 addition & 1 deletion Disks/PixelVisionOS/System/Libs/pixel-vision-os-v2.lua
Expand Up @@ -24,7 +24,7 @@ LoadScript("pixel-vision-ui-v2")
LoadScript("pixel-vision-os-title-bar-v2")
LoadScript("pixel-vision-os-message-bar-v2")
LoadScript("pixel-vision-os-modal-v2")
LoadScript("pixel-vision-os-message-modal-v3")
LoadScript("pixel-vision-os-message-modal-v4")
LoadScript("pixel-vision-os-color-utils-v2")
LoadScript("pixel-vision-os-undo-v2")
LoadScript("pixel-vision-os-clipboard-v2")
Expand Down

0 comments on commit 0a1fe61

Please sign in to comment.