Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Appercutdev

1
Posts
1
Topics
A member registered Apr 03, 2017

Recent community posts

GMLive.gml community · Created a new topic Live function
(1 edit)

So every time you want to change something you need to put

if(live_call())
    return live_result

to see changes. Is there any way to have this everywhere without recompiling game every time?