User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(player).to({' Line Number: 438
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(player).to({' Line Number: 438
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(player).to({' Line Number: 438
User prompt
Please fix the bug: 'TypeError: Cannot read properties of undefined (reading 'to')' in or related to this line: 'tween(player).to({' Line Number: 436
User prompt
Arabaya çarpınca çarpma efekti ve sesi ekle. Ayrıca arabayı sürerken de ses çıkmalı dokunup basıldığı sürede.
User prompt
Araba seçerken arka planda yolda arabalar geçiyor ve biz başla tuşuna basınca o an gözüken arabalar ekranda sabit şekilde kalıyor. Bu hatayı düzeltir misin? Başla dediğimde yol bomboş şekilde başlamalı
User prompt
Yolun kenarında ağaçlar ve yol belli şekilde olsun kenarları olsun
User prompt
Oyunda ilerledikçe ters şeritten arabalar gelmeye başlasın.
User prompt
Please fix the bug: 'Uncaught TypeError: Cannot read properties of null (reading 'x')' in or related to this line: 'dragStartPlayerX = player.x;' Line Number: 269
User prompt
Oyuna başlarken menü olsun ve 3 farklı arabadan birini seçebilelim. Ayrıca oyunda ilerledikçe daha çok zorlaşmalı
User prompt
Please fix the bug: 'TypeError: LK.hasAsset is not a function' in or related to this line: 'if (type === 3 && !LK.hasAsset('obstacle')) {}' Line Number: 43
User prompt
Oyunda farklı engeller ve arabalar olsun. Ayrıca yol uzadıkça araba hızlanmaya başlasın. Basılı tutmayı bırakınca yavaslasin
User prompt
Yakıt kutusunu iptal et o olmasın
User prompt
Yakıt kutusunun ordan geçerken uzağından bile geçsem oyun bitiyor. Onu düzelt.
Code edit (1 edits merged)
Please save this source code
User prompt
Road Racer: Endless Highway
Initial prompt
Road fighter gibi bir araba yarışı oyunu yap
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});