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

Commit

Permalink
Removed fonts no longer being used, updated text edit to use large fo…
Browse files Browse the repository at this point in the history
…nt, and cleaned up font color offsets.
  • Loading branch information
jessefreeman committed Jan 3, 2021
1 parent 3f421f3 commit 5d58e82
Show file tree
Hide file tree
Showing 26 changed files with 1,546 additions and 43 deletions.
Binary file removed Content/PixelVisionOS/Tools/Fonts/input.font.png
Binary file not shown.
Binary file modified Content/PixelVisionOS/Tools/Fonts/medium.font.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -76,7 +76,7 @@ function EditorUI:CreateTextEditor(rect, text, toolTip, font, colorOffset)
data.colorOffset = 0
data.spacing = 0

data.font = font or "input"
data.font = font or "medium"
data.charSize = NewPoint(8, 8)

data.bgMaskDrawArguments = {
Expand Down

0 comments on commit 5d58e82

Please sign in to comment.