-- Set font and text color
helloText:SetFont(cache:GetResource("Font", "Fonts/Anonymous Pro.ttf"), 30)
helloText.color = Color(0.0, 1.0, 0.0)
i am a starter to urho3d, i want to know where is this cache defined in the 01_HelloWorld.lua file, thanks.