This website works better with JavaScript.
Home
Explore
Help
Sign In
nirokay
/
Questionable-Oerbital-Mechanics
mirror of
https://github.com/NiroUwU/Questionable-Oerbital-Mechanics
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
removed calc.getText() out of Textbox.lua
tags/v0.0.6_dev
Niro
3 years ago
parent
7d495afebd
commit
0813681c19
2 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
main.lua
+1
-1
src/class/Textbox.lua
+ 1
- 1
main.lua
View File
@@ -34,7 +34,7 @@ function love.load()
-- Textboxes:
-- Textboxes:
textbox = {
textbox = {
tutorial = Textbox(40, 40, width-80, height-80, text.tutorial, "center", {255, 255, 255}, {0, 0, 0})
tutorial = Textbox(40, 40, width-80, height-80,
getText(
text.tutorial
)
, "center", {255, 255, 255}, {0, 0, 0})
}
}
+ 1
- 1
src/class/Textbox.lua
View File
@@ -8,7 +8,7 @@ function Textbox:init(tempX, tempY, tempW, tempH, tempText, tempAlign, tempTC, t
self.h = tempH
self.h = tempH
-- Text:
-- Text:
self.text =
calc.getText(
tempText
)
self.text = tempText
self.align = tempAlign
self.align = tempAlign
-- Colours:
-- Colours:
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save