akien-mga / dynadungeons

Bomberman clone using Godot Engine - Not actively developed since 2015.
GNU General Public License v3.0
217 stars 37 forks source link

.play() takes an argument in current development version of godot #28

Closed firefly2442 closed 9 years ago

firefly2442 commented 9 years ago

https://github.com/akien-mga/dynadungeons/blob/master/scripts/level.gd#L79

.play() takes an argument now in the development version (master branch) of godot.

akien-mga commented 9 years ago

Indeed, though looking at the API changes it seems to be bogus on Godot's side, I'll open a ticket upstream.

akien-mga commented 9 years ago

Upstream bug report: https://github.com/okamstudio/godot/issues/2492

akien-mga commented 9 years ago

Should be fixed in current Godot master.