Godot-RTS-Template/addons/Todo_Manager/todo.cfg

16 lines
450 B
INI
Raw Normal View History

2025-07-22 12:34:20 +00:00
[scripts]
full_path=false
sort_alphabetical=true
script_colour=Color(0.8, 0.807843, 0.827451, 1)
2025-07-29 12:59:33 +00:00
ignore_paths=Array[String](["addons"])
2025-07-22 12:34:20 +00:00
[patterns]
patterns=[["\\bTODO\\b", Color(0.588235, 0.945098, 0.678431, 1), 0], ["\\bHACK\\b", Color(0.835294, 0.737255, 0.439216, 1), 0], ["\\bFIXME\\b", Color(0.835294, 0.439216, 0.439216, 1), 0], ["\\bBUG\\b", Color(0.9607843, 0.48682597, 0.4509804, 1), 0]]
2025-07-22 12:34:20 +00:00
[config]
auto_refresh=true
builtin_enabled=true