Leo_Red
Leo_Red
I would like to dabble into this. But first I have some doubts After browsing thorugh the code a bit, I found that the setting in the project properties changes...
> Yeah but they want it enabled and currently no way to do that. Adding it to the settings is just tedious due to how the client is formed. You...
Hello? Is it ok if I go forward with my plan?
Hi, great game! I didn't see any issues with the example except, that the readme's short description can be the project's description. Though you can keep the rest. And remove...
The example can't use multiple file saving option (cuz the system doesn't support)
Oh, my bad. Didn't realise they were tilesets 😅
Hi, Nice example Here is my review - This: var currentHours = today.getHours(); var currentMins = today.getMinutes(); var currentSecs = today.getSeconds(); Does the same as: var currentHours = ('0'+today.getHours()).substr(-2); var...
Please include the whole project file and not only the json file :) My bad for misunderstanding the use of the code :sweat_smile:
Hi! Nice project Here is my review: - Their is a typo in the text object anme. It's `tutorial` not `tutotial` - The package name should be `com.example.` - Make...
👍 - Remove the invalid resources - Move all assets in an "asset" folder - Remove unused events - Remove empty events - Make the speed variable a scene variable....