mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
update SaveLoadScene, InventoryScene
- fix layout, add table header and scrollable content - update textratypist
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.tommyettinger</groupId>
|
||||
<artifactId>textratypist</artifactId>
|
||||
<version>0.7.8</version>
|
||||
<version>0.7.9</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.thoughtworks.xstream</groupId>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"height": 270
|
||||
},
|
||||
{
|
||||
"type": "Scroll",
|
||||
"type": "Window",
|
||||
"name": "saveSlots",
|
||||
"x": 15,
|
||||
"y": 18,
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"height": 480
|
||||
},
|
||||
{
|
||||
"type": "Scroll",
|
||||
"type": "Window",
|
||||
"name": "saveSlots",
|
||||
"x": 10,
|
||||
"y": 106,
|
||||
|
||||
Reference in New Issue
Block a user