Vaillant Jeremy 238fccef95 Fix gdlint findings in Global / Database / Levels
- Global.gd: move @onready var animation below the regular vars
  (gdlint class-definitions-order expects onready vars after
  public/private vars).
- Database.gd::DB: move the three _*_PROPS constants above the vars
  (constants come before vars in a class body).
- Levels.gd:_search_button_to_use: drop the elif after a branch
  that returns (no-elif-return).
- Levels.gd:_gyroscope_changed_{down,up}: continuation lines of the
  multi-line return mixed two tabs + three spaces; normalised to
  pure tabs.

No semantic change: @onready is property-level so source ordering
doesn't affect init; elif after a return is equivalent to if; the
continuation indent is cosmetic.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-17 14:48:20 +02:00
2021-05-15 12:13:23 +02:00
2021-08-01 14:18:15 +02:00
2026-05-17 14:48:13 +02:00
2021-05-02 11:45:17 +02:00

  • Hidden Object
    • Tips
      • Log on Android
      • Database
    • Resources

Hidden Object

This project is a vigeo game made with Godot, he integrate the Warcraft-Tribute has a main scene.

Tips

See log an android :

adb logcat -s godot

Database

The database json is not tracking by git for changed.

See more information : https://stackoverflow.com/questions/3319479/can-i-git-commit-a-file-and-ignore-its-content-changes

Resources

S
Description
No description provided
Readme CC-BY-SA-4.0 468 MiB
Languages
GDScript 99.4%
GAP 0.6%