Code edit (1 edits merged)
Please save this source code
Code edit (1 edits merged)
Please save this source code
User prompt
Change color of pull trigger to light grey
User prompt
Please fix the bug: 'undefined is not an object (evaluating 'instructionsTxt.setText("Select a chamber or spin!").setStyle')' in or related to this line: 'instructionsTxt.setText("Select a chamber or spin!").setStyle({' Line Number: 439
User prompt
The press trigger is not clear and when you choose a chamber make the text bigger and make it simpler to understand
User prompt
Games a bit buggy, make it fr spin, make the text color better and make the choose the chamber system better
User prompt
Please fix the bug: 'TypeError: undefined is not an object (evaluating 'pullTriggerBtn.style.fill = "#550000"')' in or related to this line: 'pullTriggerBtn.style.fill = "#550000";' Line Number: 571
User prompt
Please fix the bug: 'undefined is not an object (evaluating 'timerText.style.fill = "#ffffff"')' in or related to this line: 'timerText.style.fill = "#ffffff";' Line Number: 276
Code edit (1 edits merged)
Please save this source code
User prompt
Nerve Rush Roulette
Initial prompt
Make a Russian roullet game with levels
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});