To run this in godot 3.x and later
first, run this game and then you see errors in scripts
In 'planet.gd' and 'spawner.gd'
change every 'onready var void' to 'onready var _void', and also used 'void' variable to '_void'
In 'spawner.gd'
replace '_input' function's first line to next two lines
var event = eventgiven as InputEventMouseButton
if event != null and event.is_pressed() and !player_exists and !button_pause.pressed:
after that, change every 'get_global_mouse_position' to 'event.position'
And then you can run this game.You can click anywhere, red ball is selected. Drag from that ball and drop to shoot things. Objective is to hit other balls alive.
after trying to extract the files from the download you get this - Repository signalsin/godot-dungeon-generator not found
Log In
Compare items
Total (0)
Compare
Shopping cart
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
Jason Adams –
file not found
Jason Adams –
file not found
Jason Adams –
file not found
Jason Adams –
file not found
Jason Adams –
file not found
Jason Adams –
file not found
Jason Adams –
file not found
Godot Asset Library –
It has not been tested yet, you can test it and share your experience here !
connorjadejakewilson –
Is it supported in godot 4.2.1?
Advanced Save System – Godot Archive / Redefine –
[…] Link here […]
givemeajob –
Nice work! If you open this first time you'll get error. Simply rename 'assets/car_h.png' to 'assets/car_v.png'.
givemeajob –
Just download the improved version from Asset Library Project in Godot Engine.
givemeajob –
To run this in godot 3.x and later first, run this game and then you see errors in scripts In 'planet.gd' and 'spawner.gd' change every 'onready var void' to 'onready var _void', and also used 'void' variable to '_void' In 'spawner.gd' replace '_input' function's first line to next two lines var event = eventgiven as InputEventMouseButton if event != null and event.is_pressed() and !player_exists and !button_pause.pressed: after that, change every 'get_global_mouse_position' to 'event.position' And then you can run this game.You can click anywhere, red ball is selected. Drag from that ball and drop to shoot things. Objective is to hit other balls alive.
Godot Asset Library –
depricated by developer
Godot Asset Library –
Link should be fixed now
reelyogm –
invalid download link
Michael John A. –
Was thrilled to see this in the market place. Is not compatible with Godot 3.2.3 mono. Will monitor for updates.
Firsty Lastersen –
Can't download, link reports repo not found.
HomeVerse –
As one of the addon authors, I use it with delectation in most of my 3D projects, and I have to give it 5 stars. May the Gods of Opinion forgive me.
troy nall –
after trying to extract the files from the download you get this - Repository signalsin/godot-dungeon-generator not found