Create PlayerSheet

This commit is contained in:
Oliver-Akins 2025-06-29 00:47:05 -06:00
parent e0578d425d
commit e224f819a3
11 changed files with 252 additions and 0 deletions

View file

@ -0,0 +1,16 @@
<header class="sheet-header">
<img
src="{{actor.img}}"
data-action="editImage"
title="{{actor.name}}"
height="64"
width="64"
/>
<input
type="text"
name="name"
class="large"
value="{{actor.name}}"
placeholder="{{ localize 'Name' }}"
/>
</header>