db0 / godot-card-game-framework

A framework which comes with prepared scenes and classes to kickstart your card game, as well as a powerful scripting engine to use to provide full rules enforcement.
http://dbzer0.com/projects/godot-card-game-framework/
GNU Affero General Public License v3.0
892 stars 95 forks source link

Update codebase to Godot 3.5 #177

Open ValorZard opened 1 year ago

ValorZard commented 1 year ago

Theres a new Tween class in 3.5 that's apparently more performant called SceneTween. I'd like to see a version of this using that.

db0 commented 1 year ago

Thanks, I'll check it out. There's a few other things I want to add from it, such as replacing Tween nodes with tween instances etc.