From 156114359f6bb26a3cca198ac7a31bddc44381f7 Mon Sep 17 00:00:00 2001 From: rom Date: Sat, 24 Apr 2021 01:56:51 +0200 Subject: fonts --- txtgameengine/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'txtgameengine/app.py') diff --git a/txtgameengine/app.py b/txtgameengine/app.py index e7121da..58b239f 100644 --- a/txtgameengine/app.py +++ b/txtgameengine/app.py @@ -4,7 +4,7 @@ from pathlib import Path from .platform import PlatformComponent, RenderComponent, ShaderComponent EPSILON = 1.e-10 -base_path = Path(__file__).parent +builtin_resource_path = Path(__file__).parent / 'builtin_res' class TxtGameApp: -- cgit