Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

KOKOSik[bmd.gg]

7
Posts
2
Following
A member registered Apr 21, 2021 · View creator page →

Creator of

Recent community posts

I'm not sure, but it seems core is not an engine

A good game, but the sounds of construction are sometimes scary)

A good game, but the sounds of construction are sometimes scary)

unfortunately, I did not test it after exporting and it turned out not to be playable in the browser, but as long as the buttons work adequately, you can manage the clouds for currency, the currency you get for the quality of life on the planet, maximum 3 per 1 turn

good work) <3

edit style in main.html to this

.topnav input{
float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background-color: #333;
border: none;
-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.topnav input:hover {
  background-color: #ddd;
  color: black;
  -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.topnav input.active {
  background-color: #04AA6D;
  color: white;
  -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

To disable the selection of button on top bar