mirror of https://github.com/godotengine/godot
* Replaces `find(...) != -1` with `contains` for `String` * Replaces `find(...) == -1` with `!contains` for `String` * Replaces `find(...) != -1` with `has` for containers * Replaces `find(...) == -1` with `!has` for containers |
||
|---|---|---|
| .. | ||
| SCsub | ||
| app_icon.png | ||
| main.cpp | ||
| main.h | ||
| main_builders.py | ||
| main_timer_sync.cpp | ||
| main_timer_sync.h | ||
| performance.cpp | ||
| performance.h | ||
| splash.png | ||