This commit is contained in:
2025-12-13 03:18:34 +01:00
parent 725cd98e7c
commit 9481bfc9b8
9 changed files with 241 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ class TutorialSystem {
// Tutorial steps
this.steps = [
{
title: '🎮 Welcome to NovaFarma!',
title: '💀 Welcome to Mrtva Dolina!',
message: 'Use W/A/S/D to move around\nPress SPACE to attack\nPress E to interact with objects',
icon: '👋',
duration: 5000

View File

@@ -302,7 +302,7 @@ class UIGraphicsSystem {
const title = this.scene.add.text(
width / 2,
height / 2 - 100,
'NovaFarma',
'Mrtva Dolina',
{
fontSize: '64px',
fontFamily: 'Arial',