I almost finished the auto tiles system for my one touch platformer game. Soon I will start creating levels. 😃
Tonight I built a simple auto tiles system in my one touch platformer game. I think it will make the creation of levels easier.
valerypopoff Ashley
I think there is no getProjectFileUrl() function in the new runtimes :(
I solved with window.cr_previewProjectFiles[nameScript].
window.cr_previewProjectFiles[nameScript]
This is my code:
var nameScript= 'mathjs.js'; var realUrl = window.cr_previewProjectFiles[nameScript]; var jsFile = document.createElement('script'); jsFile.setAttribute('type', 'text/javascript'); jsFile.src = realUrl; document.head.appendChild(jsFile);
Ashley With C3 Runtime I have this error:
Error executing JavaScript: TypeError: Cannot read property 'getProjectFileUrl' of undefined
var nameScript= 'mathjs.js'; var realUrl = this.runtime.getProjectFileUrl(nameScript); var jsFile = document.createElement('script'); jsFile.src = realUrl; document.head.appendChild(jsFile);
I tried to create an autoupdate for an app built with C3 and electronjs. When I release a new version of my app, a warning appears and is automatically installed in place of the old version.
I followed this guide. On windows it works, on linux there are some problems.
link to image
(I have no idea how to implement the same thing with nwjs)
Very nice, especially multiple shades / colors.
Thank you
Develop games in your browser. Powerful, performant & highly capable.
Just for joke: I made a real time editor with preview for Markdown in Construct3.
It's simply copy the formatted text into a sprite: I think it can be improved, but I like that you can do something like that.
Great plugin!
Beautiful bubbly backgrounds for Construct 3 project
Link to Official website
Download: C3Addon - Demo C3P
This plugin allows to change the predifined background with a fancy bubbly one. It’s useful to avoid the black bars when the app doesn’t fit the screen.
The original idea is by @tipsy and his bubbly-bg repository.
DEMO GIF
Member since 9 Nov, 2015