🇸🇮 SLOVENŠČINA - Prologue UI

Prevedel vse angleške texte v slovenščino:

SPREMENJENO:
- 'Press ESC to skip' → 'Pritisni ESC za preskok'
- 'Press SPACE to toggle auto-advance' → 'Pritisni PRESLEDNICA za samodejno nadaljevanje'

Zdaj je celotna igra v slovenščini! 🇸🇮🎮
This commit is contained in:
2026-01-04 13:35:17 +01:00
parent f8e6962027
commit 49b2b741e7

View File

@@ -174,7 +174,7 @@ class PrologueScene extends Phaser.Scene {
this.createDialogueUI(width, height); this.createDialogueUI(width, height);
// Skip instructions // Skip instructions
const skipText = this.add.text(width - 20, 20, 'Press ESC to skip', { const skipText = this.add.text(width - 20, 20, 'Pritisni ESC za preskok', {
fontSize: '16px', fontSize: '16px',
fontFamily: 'Georgia, serif', fontFamily: 'Georgia, serif',
color: '#888888' color: '#888888'
@@ -182,7 +182,7 @@ class PrologueScene extends Phaser.Scene {
skipText.setOrigin(1, 0); skipText.setOrigin(1, 0);
// Auto-advance toggle // Auto-advance toggle
const autoText = this.add.text(width - 20, 50, 'Press SPACE to toggle auto-advance', { const autoText = this.add.text(width - 20, 50, 'Pritisni PRESLEDNICA za samodejno nadaljevanje', {
fontSize: '14px', fontSize: '14px',
fontFamily: 'Georgia, serif', fontFamily: 'Georgia, serif',
color: '#666666' color: '#666666'