From 6689d74c5b1226fcf1a8aa83538dd172cea7007a Mon Sep 17 00:00:00 2001 From: Rendo Date: Fri, 27 Feb 2026 23:49:33 +0500 Subject: [PATCH] Unstated changes --- .editorconfig | 0 .gitattributes | 0 .gitignore | 0 cards/card-resource.gd | 0 cards/card-resource.gd.uid | 0 cards/card.gd | 0 cards/card.gd.uid | 0 cards/card.tscn | 0 cards/resources/doh.tres | 0 cards/resources/fosma.tres | 0 cards/resources/zlosma.tres | 0 cards/templates/card-background.png | Bin cards/templates/card-background.png.import | 0 cards/templates/cost-bubble.png | Bin cards/templates/cost-bubble.png.import | 0 cards/templates/dev-card-background.png | Bin cards/templates/dev-card-background.png.import | 0 cards/templates/dev-card-background.png~ | Bin cards/templates/experimental.png | Bin cards/templates/experimental.png.import | 0 debug/debug_highlight_tester.gd | 0 debug/debug_highlight_tester.gd.uid | 0 icon.svg | 0 icon.svg.import | 0 music/fostral.wav | Bin music/fostral.wav.import | 0 music/glorx.wav | Bin music/glorx.wav.import | 0 music/rocknrolldixie.wav | Bin music/rocknrolldixie.wav.import | 0 music/whistler.wav | Bin music/whistler.wav.import | 0 project.godot | 0 scenes/game.tscn | 0 sprites/field.png | Bin sprites/field.png.import | 0 systems/gameplay_signal_bus.gd | 0 systems/gameplay_signal_bus.gd.uid | 0 systems/grid.gd | 0 systems/grid.gd.uid | 0 systems/grid_highlighter.gd | 0 systems/grid_highlighter.gd.uid | 0 translations/units.csv | 0 translations/units.csv.import | 0 translations/units.en.translation | Bin translations/units.ru.translation | Bin ui/hand.gd | 0 ui/hand.gd.uid | 0 units/doh/doh.png | Bin units/doh/doh.png.import | 0 units/fosma/fosma.png | Bin units/fosma/fosma.png.import | 0 units/unit.gd | 0 units/unit.gd.uid | 0 units/zlosma/zlosma.png | Bin units/zlosma/zlosma.png.import | 0 56 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .editorconfig mode change 100644 => 100755 .gitattributes mode change 100644 => 100755 .gitignore mode change 100644 => 100755 cards/card-resource.gd mode change 100644 => 100755 cards/card-resource.gd.uid mode change 100644 => 100755 cards/card.gd mode change 100644 => 100755 cards/card.gd.uid mode change 100644 => 100755 cards/card.tscn mode change 100644 => 100755 cards/resources/doh.tres mode change 100644 => 100755 cards/resources/fosma.tres mode change 100644 => 100755 cards/resources/zlosma.tres mode change 100644 => 100755 cards/templates/card-background.png mode change 100644 => 100755 cards/templates/card-background.png.import mode change 100644 => 100755 cards/templates/cost-bubble.png mode change 100644 => 100755 cards/templates/cost-bubble.png.import mode change 100644 => 100755 cards/templates/dev-card-background.png mode change 100644 => 100755 cards/templates/dev-card-background.png.import mode change 100644 => 100755 cards/templates/dev-card-background.png~ mode change 100644 => 100755 cards/templates/experimental.png mode change 100644 => 100755 cards/templates/experimental.png.import mode change 100644 => 100755 debug/debug_highlight_tester.gd mode change 100644 => 100755 debug/debug_highlight_tester.gd.uid mode change 100644 => 100755 icon.svg mode change 100644 => 100755 icon.svg.import mode change 100644 => 100755 music/fostral.wav mode change 100644 => 100755 music/fostral.wav.import mode change 100644 => 100755 music/glorx.wav mode change 100644 => 100755 music/glorx.wav.import mode change 100644 => 100755 music/rocknrolldixie.wav mode change 100644 => 100755 music/rocknrolldixie.wav.import mode change 100644 => 100755 music/whistler.wav mode change 100644 => 100755 music/whistler.wav.import mode change 100644 => 100755 project.godot mode change 100644 => 100755 scenes/game.tscn mode change 100644 => 100755 sprites/field.png mode change 100644 => 100755 sprites/field.png.import mode change 100644 => 100755 systems/gameplay_signal_bus.gd mode change 100644 => 100755 systems/gameplay_signal_bus.gd.uid mode change 100644 => 100755 systems/grid.gd mode change 100644 => 100755 systems/grid.gd.uid mode change 100644 => 100755 systems/grid_highlighter.gd mode change 100644 => 100755 systems/grid_highlighter.gd.uid mode change 100644 => 100755 translations/units.csv mode change 100644 => 100755 translations/units.csv.import mode change 100644 => 100755 translations/units.en.translation mode change 100644 => 100755 translations/units.ru.translation mode change 100644 => 100755 ui/hand.gd mode change 100644 => 100755 ui/hand.gd.uid mode change 100644 => 100755 units/doh/doh.png mode change 100644 => 100755 units/doh/doh.png.import mode change 100644 => 100755 units/fosma/fosma.png mode change 100644 => 100755 units/fosma/fosma.png.import mode change 100644 => 100755 units/unit.gd mode change 100644 => 100755 units/unit.gd.uid mode change 100644 => 100755 units/zlosma/zlosma.png mode change 100644 => 100755 units/zlosma/zlosma.png.import diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.gitattributes b/.gitattributes old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/cards/card-resource.gd b/cards/card-resource.gd old mode 100644 new mode 100755 diff --git a/cards/card-resource.gd.uid b/cards/card-resource.gd.uid old mode 100644 new mode 100755 diff --git a/cards/card.gd b/cards/card.gd old mode 100644 new mode 100755 diff --git a/cards/card.gd.uid b/cards/card.gd.uid old mode 100644 new mode 100755 diff --git a/cards/card.tscn b/cards/card.tscn old mode 100644 new mode 100755 diff --git a/cards/resources/doh.tres b/cards/resources/doh.tres old mode 100644 new mode 100755 diff --git a/cards/resources/fosma.tres b/cards/resources/fosma.tres old mode 100644 new mode 100755 diff --git a/cards/resources/zlosma.tres b/cards/resources/zlosma.tres old mode 100644 new mode 100755 diff --git a/cards/templates/card-background.png b/cards/templates/card-background.png old mode 100644 new mode 100755 diff --git a/cards/templates/card-background.png.import b/cards/templates/card-background.png.import old mode 100644 new mode 100755 diff --git a/cards/templates/cost-bubble.png b/cards/templates/cost-bubble.png old mode 100644 new mode 100755 diff --git a/cards/templates/cost-bubble.png.import b/cards/templates/cost-bubble.png.import old mode 100644 new mode 100755 diff --git a/cards/templates/dev-card-background.png b/cards/templates/dev-card-background.png old mode 100644 new mode 100755 diff --git a/cards/templates/dev-card-background.png.import b/cards/templates/dev-card-background.png.import old mode 100644 new mode 100755 diff --git a/cards/templates/dev-card-background.png~ b/cards/templates/dev-card-background.png~ old mode 100644 new mode 100755 diff --git a/cards/templates/experimental.png b/cards/templates/experimental.png old mode 100644 new mode 100755 diff --git a/cards/templates/experimental.png.import b/cards/templates/experimental.png.import old mode 100644 new mode 100755 diff --git a/debug/debug_highlight_tester.gd b/debug/debug_highlight_tester.gd old mode 100644 new mode 100755 diff --git a/debug/debug_highlight_tester.gd.uid b/debug/debug_highlight_tester.gd.uid old mode 100644 new mode 100755 diff --git a/icon.svg b/icon.svg old mode 100644 new mode 100755 diff --git a/icon.svg.import b/icon.svg.import old mode 100644 new mode 100755 diff --git a/music/fostral.wav b/music/fostral.wav old mode 100644 new mode 100755 diff --git a/music/fostral.wav.import b/music/fostral.wav.import old mode 100644 new mode 100755 diff --git a/music/glorx.wav b/music/glorx.wav old mode 100644 new mode 100755 diff --git a/music/glorx.wav.import b/music/glorx.wav.import old mode 100644 new mode 100755 diff --git a/music/rocknrolldixie.wav b/music/rocknrolldixie.wav old mode 100644 new mode 100755 diff --git a/music/rocknrolldixie.wav.import b/music/rocknrolldixie.wav.import old mode 100644 new mode 100755 diff --git a/music/whistler.wav b/music/whistler.wav old mode 100644 new mode 100755 diff --git a/music/whistler.wav.import b/music/whistler.wav.import old mode 100644 new mode 100755 diff --git a/project.godot b/project.godot old mode 100644 new mode 100755 diff --git a/scenes/game.tscn b/scenes/game.tscn old mode 100644 new mode 100755 diff --git a/sprites/field.png b/sprites/field.png old mode 100644 new mode 100755 diff --git a/sprites/field.png.import b/sprites/field.png.import old mode 100644 new mode 100755 diff --git a/systems/gameplay_signal_bus.gd b/systems/gameplay_signal_bus.gd old mode 100644 new mode 100755 diff --git a/systems/gameplay_signal_bus.gd.uid b/systems/gameplay_signal_bus.gd.uid old mode 100644 new mode 100755 diff --git a/systems/grid.gd b/systems/grid.gd old mode 100644 new mode 100755 diff --git a/systems/grid.gd.uid b/systems/grid.gd.uid old mode 100644 new mode 100755 diff --git a/systems/grid_highlighter.gd b/systems/grid_highlighter.gd old mode 100644 new mode 100755 diff --git a/systems/grid_highlighter.gd.uid b/systems/grid_highlighter.gd.uid old mode 100644 new mode 100755 diff --git a/translations/units.csv b/translations/units.csv old mode 100644 new mode 100755 diff --git a/translations/units.csv.import b/translations/units.csv.import old mode 100644 new mode 100755 diff --git a/translations/units.en.translation b/translations/units.en.translation old mode 100644 new mode 100755 diff --git a/translations/units.ru.translation b/translations/units.ru.translation old mode 100644 new mode 100755 diff --git a/ui/hand.gd b/ui/hand.gd old mode 100644 new mode 100755 diff --git a/ui/hand.gd.uid b/ui/hand.gd.uid old mode 100644 new mode 100755 diff --git a/units/doh/doh.png b/units/doh/doh.png old mode 100644 new mode 100755 diff --git a/units/doh/doh.png.import b/units/doh/doh.png.import old mode 100644 new mode 100755 diff --git a/units/fosma/fosma.png b/units/fosma/fosma.png old mode 100644 new mode 100755 diff --git a/units/fosma/fosma.png.import b/units/fosma/fosma.png.import old mode 100644 new mode 100755 diff --git a/units/unit.gd b/units/unit.gd old mode 100644 new mode 100755 diff --git a/units/unit.gd.uid b/units/unit.gd.uid old mode 100644 new mode 100755 diff --git a/units/zlosma/zlosma.png b/units/zlosma/zlosma.png old mode 100644 new mode 100755 diff --git a/units/zlosma/zlosma.png.import b/units/zlosma/zlosma.png.import old mode 100644 new mode 100755