From 200704bf92cd17384e7e0bb361b6fde5aef54ac0 Mon Sep 17 00:00:00 2001 From: Fedorov Vladimir Date: Sat, 14 Mar 2026 17:00:42 +0700 Subject: [PATCH] add images --- src/components/GameWindow.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/components/GameWindow.vue b/src/components/GameWindow.vue index 77d41f1..eddc839 100644 --- a/src/components/GameWindow.vue +++ b/src/components/GameWindow.vue @@ -22,6 +22,7 @@ type Action = { place: string name: string text: string + image: string applications: Application[] hidden: boolean doors: Door[] @@ -252,7 +253,9 @@ onMounted(() => {

- {{ action.text }} +
+ +
{{ action.text }}