Skip to content

Commit

Permalink
Merge pull request #15 from ReanimatorXP/typo-fix-and-default-font-up…
Browse files Browse the repository at this point in the history
…date

Typo fixed and gui font updated
  • Loading branch information
astrochili authored Mar 25, 2024
2 parents e26b364 + 8bfe8d5 commit 2d52299
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/main.gui
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
script: ""
fonts {
name: "system_font"
font: "/builtins/fonts/system_font.font"
font: "/builtins/fonts/default.font"
}
background_color {
x: 0.0
Expand Down
2 changes: 1 addition & 1 deletion trenchfold/parsers/map.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function parser.parse(map_path)
texture, etc = etc:match(patterns.texture_name .. patterns.etc)
end

local offset_x, offset_y, angle, scale_x, scale_y, etc = texture:match(patterns.texture_uv .. patterns.etc)
local offset_x, offset_y, angle, scale_x, scale_y, etc = etc:match(patterns.texture_uv .. patterns.etc)
local content, surface

if etc then
Expand Down

0 comments on commit 2d52299

Please sign in to comment.