name of engine #605
Replies: 3 comments 8 replies
-
|
it can be recreated in lua, I'll make a script in a moment |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
assets/data/windowTitleBase.txt |
Beta Was this translation helpful? Give feedback.
4 replies
-
function onCreatePost()
makeLuaText("engineText", songName .. " - GApple Engine (PE/JSE "..version..")", 500, 30, 30)
setTextFont('engineText', 'comic-sans-ms.ttf')
setTextSize('engineText', 20)
setTextColor('engineText', 'fefa7f')
setTextAlignment("engineText", "left")
addLuaText("engineText")
if getPropertyFromClass('ClientPrefs', 'downScroll') == false then
setProperty('message.y', 680)
setProperty('engineText.y', 660)
end
end |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
PatoFlamejanteTV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Soooo i played bambi golden apple and in the menu it has like Golden apple engine. but in reality its kade engine. How to make that? do i need source? like i want to change menu name from JS Engine to Ether Engine. (i'm on lua) i dont know how to explain this more.
Beta Was this translation helpful? Give feedback.
All reactions