spicewooddev / Mole-Game

for brackeys game jam 2024
0 stars 1 forks source link

Generate a random undergound environment with rocks, dirt and open sp… #2

Closed belovachap closed 2 months ago

belovachap commented 2 months ago

…ace.

I added an empty GameObject called "Mole Game" in the Mole Game Scene and use it to attach the script "Mole Game.cs" so it can create a 64 x 64 grid of square sprites that could represent dirt and stone and empty space.

image

spicewooddev commented 2 months ago

woahhhh this looks awesome so far! one question about the tile size-- is it possible to change the 64x64 squares to 16x16? i've been making the sprites as 16x16 because i thought you preferred that size. If not, I can redo the sprites so that they're a larger size.

belovachap commented 2 months ago

woahhhh this looks awesome so far! one question about the tile size-- is it possible to change the 64x64 squares to 16x16? i've been making the sprites as 16x16 because i thought you preferred that size. If not, I can redo the sprites so that they're a larger size.

Sure, I can try making them 16x16!