Poobslag / frog-finder

A Godot game. Can you find the frog?
MIT License
3 stars 1 forks source link

Refactor: Lambdas, disconnect/is_connected syntax #270

Closed Poobslag closed 8 months ago

Poobslag commented 8 months ago

Used lambdas in more places, such as sort_custom parameters or Frodoku's comparison functions.

Changed disconnect/is_connectecd syntax to use method names instead of Callables. Callables are a relic of Godot 3.x and the new syntax is more concise.