Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Commit

Permalink
Improved the credits
Browse files Browse the repository at this point in the history
- Removed unnecessary navigations for credits
- Improved the textual styles
  • Loading branch information
Seniru committed Jan 8, 2020
1 parent 276dbe0 commit ac36c5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
vscode:
extensions:
- akamud.vscode-theme-onedark
- pkief.material-icon-theme
- wakatime.vscode-wakatime
- WakaTime.vscode-wakatime@2.2.1:5pOtrx5Q2i2UzuEg6Qu0Ug==
12 changes: 8 additions & 4 deletions game.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ local cmds = [[
]]

local credits = [[
<p align='center'><font size='20'><b><J>Credits</J></b></font>
<b>All the credits go to these people for helping me with different things</b></p>
<p align='center'><font size='20'><b><J>Credits</J></b></font></p>
<b>All the credits go to these people for helping me with different things</b>
<b><u>Coders</u></b>
• Overforyou#9290 • Cyanny#0000
<b><u>Icons and Images</u></b>
• Dinosoft labs (flaticons.com) for the school image • Nikita Golubev (flaticons.com) for lotto stall image
• Dinosoft labs (flaticons.com) for the school image
• Nikita Golubev (flaticons.com) for lotto stall image
<b><u>Editing</u></b>
• Haxor_333#0000 • Rail#9727
And special thanks for <b>Haxor_333#0000</b>, <b>Dorjanoruci#0000</b> and <b>We talk a lot</b> tribe members for encouring me to do this <3
Expand Down Expand Up @@ -872,7 +874,6 @@ function upper(str)
end

function getTopCompanies(upto)
--data.incomePerMonth / data.outstandingShares + 100
local temp = {}
for name, data in next, companies do
table.insert(temp, {name, data.incomePerMonth / data.outstandingShares + 100})
Expand Down Expand Up @@ -1086,6 +1087,9 @@ function eventTextAreaCallback(id, name, evt)
elseif evt == "game" then
displayHelp(name, "game")
elseif evt == "credits" then
ui.removeTextArea(953, name)
ui.removeTextArea(954, name)
ui.removeTextArea(955, name)
displayHelp(name, "credits")
elseif string.sub(evt, 1, 4) == "page" then
local args = split(evt, ":")
Expand Down

0 comments on commit ac36c5c

Please sign in to comment.