#A Stupid bug i'm having
35 messages · Page 1 of 1 (latest)
Hi, could you expand _process func ?
and what the entire error message ?
E 0:00:00:0705 load: Failed to load script "res://FirstsScript.gd" with error "Parse error".
<C++ Source> modules/gdscript/gdscript.cpp:2656 @ load()
I think begause you've got 2 func _process()
Oh
line 4 & 13
Ty then
try to delete the second, it should work
And sorry for wasting your time on This stupid Question
it's ok 🙂 we all start somewhere 🙂
Thank you man
no problem 🙂 have fun
i'm a beginner too but i'm a frontend web dev so it's easy to learn gdscript etc...
if you're a beginner with Godot + GDScript it could be difficult to understand all the things
Also im having this var velocity = Vector2.UP.rotated(rotation) * speed
position += velocity * delta
In the code too
And it gives me unexpected identifier
At line16 1
show me all the code ?
line 13 : "pass" should be deleted
line 14 & 16 should be in a "_physics_process()" func
Ok
you should learn gdscript with gdquest on youtube before making game alone i think