#Can I make the game's icon change according to certain situations in the game?
2 messages · Page 1 of 1 (latest)
Not 100%, but try
Sets the window icon (usually displayed in the top-left corner) with an Image. To use icons in the operating system's native format, use set_native_icon instead.```
https://docs.godotengine.org/en/stable/classes/class_displayserver.html#class-displayserver-method-set-icon
Godot Engine documentation
Inherits: Object A server interface for low-level window management. Description: DisplayServer handles everything related to window management. It is separated from OS as a single operating system...