Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Is it ABSOLUTELY 100% necessary to implement the theme?

A topic by WinterBlox1 created Aug 18, 2021 Views: 165 Replies: 5
Viewing posts 1 to 4

Reason I ask is i'm struggling to implement Time Control into the game.

Same. i hope not. I would rather have a more interpretable theme

Submitted (1 edit)

if youre using unity is super super simple

time.timeScale = 1;


in godot its

Engine.time_scale = 1;

well not 100% simple its kinda buggy sometimes (like with 2d projects)

Submitted

it works for me totally fine with no bugginess at all.

Host

not 100% but you should have something related to the theme