Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Heyo, fantastic GDScript Tutor !!!
I have a game-breaking bug sadly. On Lesson 11, practice 2,
"Moving in a circle using delta", crashes when I put the correct code in.
*I think*

"func _process(delta):
    rotate(2 * delta)
    move_local_x(100 * delta)
"
The bot circles for a moment and then the game crashes.

I also love this tutor but also found a bug:
On Lesson 7, Practice 2:
"func run():
        position.x(100)
        position.y(100)
        draw_rectangle(100,100)
        position.x=(200)
        position.y=(200)
        draw_rectangle(100,100)"

crashes it on the web and desktop versions.

Lesson 11, practice 2:
     rotate(2)*delta
     move_local_x(100)*delta
  

me toooo

yep it doesn I found out that the best way is simple press "solution" it´ll put in the same one u writting here and then press on continue