mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-19 12:44:54 -04:00
12: Add resource attribute type
- Added a resource attribute type to both actors and items with the keys min, value, and max. - Added translation strings for the sublabels on resources.
This commit is contained in:
parent
9bb368d9e2
commit
50041d510c
7 changed files with 77 additions and 5 deletions
|
@ -164,6 +164,21 @@
|
|||
line-height: 28px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.attribute-col {
|
||||
label {
|
||||
font-size: 10px;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
input {
|
||||
font-size: 11px;
|
||||
text-align: center;
|
||||
line-height: 1;
|
||||
height: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue