delo2
This commit is contained in:
@@ -94,4 +94,4 @@ window.gameState = {
|
||||
// God mode disabled by default (can be enabled via console)
|
||||
window.godMode = false;
|
||||
|
||||
console.log('🎮 NovaFarma initialized!');
|
||||
console.log('💀 Mrtva Dolina initialized!');
|
||||
|
||||
@@ -584,7 +584,7 @@ class GameScene extends Phaser.Scene {
|
||||
this.saveSystemExpansion = new SaveSystemExpansion(this);
|
||||
|
||||
console.log('🎉🎉🎉 ALL 27 SYSTEMS INITIALIZED! 🎉🎉🎉');
|
||||
console.log('🏆 NOVAFARMA v3.0 - ULTIMATE COMPLETE EDITION 🏆');
|
||||
console.log('💀 MRTVA DOLINA - DEATH VALLEY 💀');
|
||||
|
||||
// Show epilepsy warning on first launch
|
||||
const hasSeenWarning = localStorage.getItem('novafarma_epilepsy_warning');
|
||||
|
||||
@@ -19,7 +19,7 @@ class StoryScene extends Phaser.Scene {
|
||||
const titleBg = this.add.rectangle(width / 2, 80, 480, 70, 0x4a3520, 0.9);
|
||||
titleBg.setStrokeStyle(3, 0xd4a574);
|
||||
|
||||
const title = this.add.text(width / 2, 80, 'NOVAFARMA', {
|
||||
const title = this.add.text(width / 2, 80, 'MRTVA DOLINA', {
|
||||
fontSize: '42px',
|
||||
fontFamily: 'Georgia, serif',
|
||||
color: '#f4e4c1',
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -302,7 +302,7 @@ class UIGraphicsSystem {
|
||||
const title = this.scene.add.text(
|
||||
width / 2,
|
||||
height / 2 - 100,
|
||||
'NovaFarma',
|
||||
'Mrtva Dolina',
|
||||
{
|
||||
fontSize: '64px',
|
||||
fontFamily: 'Arial',
|
||||
|
||||
Reference in New Issue
Block a user