Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

MultiD822

2
Posts
1
Following
A member registered 63 days ago · View creator page →

Creator of

Recent community posts

Thank you for the feedback. Right now, you enter with the num pad [0,1,2,3,4,5,6,7,8,9] or the buttons on the screen and left-click on a blank cell. 0 equals a clear cell, 1 equals light, and 9 equals dark. Currently, there's a bug in my code where the signal from the button nodes is not connecting to the cell nodes, which doesn't allow the cell node value to be updated when the button is pressed.

(1 edit)

Right now, you enter with the num pad [0,1,2,3,4,5,6,7,8,9] and left-click on a blank cell, but the button in the game is intended to do the same thing. However, there is a bug in my code.