User prompt
The trail should disappear after 700 ms BUT the tail should stop spawning 2.25 seconds after the star spawned
User prompt
The trail shoul disappear after 2 second
User prompt
The trail should come when Shurikens be faster
User prompt
Shurikenlere yavaşça yok olan (fade) bir tail ekle ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
The game should start after the text goes out ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
The text should disappear 3 sec after the game start ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
Make a text that says "Shurikens Will Increase Every 10 Seconds Be Careful!"
User prompt
Enemy3 comes at 20 second
User prompt
Do it
User prompt
Please fix the bug: 'ReferenceError: Powerup is not defined' in or related to this line: 'var powerup = new Powerup();' Line Number: 184
User prompt
Please fix the bug: 'ReferenceError: Enemy is not defined' in or related to this line: 'enemy = new Enemy();' Line Number: 118
User prompt
Please fix the bug: 'Player is not defined' in or related to this line: 'player = new Player();' Line Number: 63
User prompt
Please fix the bug: 'Player is not defined' in or related to this line: 'player = new Player();' Line Number: 63
User prompt
Her on sanıyede hızlansın demiştim ya o hızlanmayı biraz değiştirelim 10 sn sonra farklı rakipler gelsin onun için yeni 2 asset oluştur
User prompt
Oluştur artık
User prompt
Sarı puan veren toplar daha çok spawn lansın
User prompt
Dokunduğumuz yere ışınlanmasın dokunup sürüklediğimizde ilerlesim
User prompt
Karakterimizin kontrolünü bütün ekrana taşı yani karakterin üzerine dokunduğumuzda değil ekranın herhangi bir yerine dokunduğumuzda hareket edebilsin
User prompt
Karakterimize gelen engeller her 10 sn de bir artsın ve daha hızlı gelsinler
Code edit (1 edits merged)
Please save this source code
User prompt
Survival IO
Initial prompt
Made a game named survival io
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});