afk manager

This commit is contained in:
Nordup 2025-08-17 16:47:53 +07:00
parent 9598ec94f0
commit 99d7c51b5f
7 changed files with 112 additions and 5 deletions

View file

@ -1,7 +1,7 @@
extends Control
const SECTION: String = "onboarding"
const KEY: String = "shown"
const SECTION = "onboarding"
const KEY = "shown"
const INITIAL_DELAY = 1.0
const SHOWN = Color(1, 1, 1, 1)