From 8f936d5ed2547d0b8c070631028e1094bbd2ed57 Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Tue, 20 Feb 2024 16:39:11 +1100 Subject: [PATCH] #6 Add ability to place custom images on custom cards, revise editor UI --- TableturfBattleClient/index.html | 20 +++++-- TableturfBattleClient/src/Card.ts | 2 +- .../src/Pages/DeckListPage.ts | 4 +- .../src/Pages/GalleryPage.ts | 60 ++++++++++++++++++- TableturfBattleClient/src/Pages/LobbyPage.ts | 6 +- TableturfBattleClient/tableturf.css | 30 +++++++++- 6 files changed, 110 insertions(+), 12 deletions(-) diff --git a/TableturfBattleClient/index.html b/TableturfBattleClient/index.html index 5003e8d..56a4da2 100644 --- a/TableturfBattleClient/index.html +++ b/TableturfBattleClient/index.html @@ -604,17 +604,25 @@