Skip to content

Commit

Permalink
Merge branch 'demo-redundant' of https://github.com/idbrii/love-slab
Browse files Browse the repository at this point in the history
…into v0.7.0c
  • Loading branch information
coding-jackalope committed Jun 20, 2020
2 parents 6444ec1 + 81374db commit 64bc9c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions SlabTest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ local function DrawButtons()
Slab.Separator()

Slab.Textf(
"Buttons can also be invisible. Below is a rectangle with an invisible button so that the designer can " ..
"implement a custom button but still rely on the button behavior. Below is a custom rectangle drawn with an " ..
"invisible button drawn at the same location.")
"Buttons can also be invisible so that the designer can implement a custom button but still rely on the " ..
"button behavior. Below is a an invisible button and a custom rectangle drawn at the same location.")
local X, Y = Slab.GetCursorPos()
Slab.Rectangle({Mode = 'line', W = 50.0, H = 50.0, Color = {1, 1, 1, 1}})
Slab.SetCursorPos(X, Y)
Expand Down

0 comments on commit 64bc9c5

Please sign in to comment.