🇸🇮 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:
@@ -174,7 +174,7 @@ class PrologueScene extends Phaser.Scene {
|
||||
this.createDialogueUI(width, height);
|
||||
|
||||
// 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',
|
||||
fontFamily: 'Georgia, serif',
|
||||
color: '#888888'
|
||||
@@ -182,7 +182,7 @@ class PrologueScene extends Phaser.Scene {
|
||||
skipText.setOrigin(1, 0);
|
||||
|
||||
// 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',
|
||||
fontFamily: 'Georgia, serif',
|
||||
color: '#666666'
|
||||
|
||||
Reference in New Issue
Block a user