238fccef95ef0557a90c003a682b4c373abda0f6
- 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>
- Hidden Object
- Tips
- Log on Android
- Database
- Resources
- Tips
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
Description
Languages
GDScript
99.4%
GAP
0.6%