mirror of
https://github.com/godotengine/tps-demo.git
synced 2026-01-06 02:10:26 +03:00
The settings menu isn't functional yet and some sounds don't play, but the base functionality is working.
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
[gd_resource type="FontFile" load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://menu/font/PT_Sans-Web-Bold.ttf" type="FontFile" id=1]
|
|
|
|
[resource]
|
|
|
|
size = 40
|
|
outline_size = 0
|
|
outline_color = Color( 1, 1, 1, 1 )
|
|
use_mipmaps = false
|
|
use_filter = false
|
|
font_data = ExtResource( 1 )
|
|
|