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

Commit

Permalink
Added slot machines
Browse files Browse the repository at this point in the history
- This is related with
#51. This commit adds the slot machines to the map
so that they could be used in the future to implement the features
  • Loading branch information
Seniru committed Dec 22, 2019
1 parent 8a0acda commit 1a129df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions game.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ tfm.exec.newGame([[<C><P F="0" L="1600"/><Z><S><S X="79" o="aac4d2" L="162" Y="1
LineChart.init()
tfm.exec.addImage("16f2831a4b1.png", "_10", 60, 210) -- Shop image
tfm.exec.addImage("16f285ae02c.png", "_18", 500, 100) -- School image (icon made by Dinosoft labs in 'flaticons.com')
tfm.exec.addImage("16f2c24d90e.png", "_50", 1380, 260)-- Slot machine image (Icons made byNikita Golubev in flaticons.com)
tfm.exec.addImage("16f2c24d90e.png", "_50", 1440, 260)-- Slot machine image (Icons made byNikita Golubev in flaticons.com)
tfm.exec.addImage("16f2c24d90e.png", "_50", 1500, 260)-- Slot machine image (Icons made byNikita Golubev in flaticons.com)

--game variables

Expand Down

0 comments on commit 1a129df

Please sign in to comment.