mirror of
https://github.com/isledecomp/isle.pizza.git
synced 2026-03-01 06:17:38 +00:00
Add tooltip to vehicle editor explaining click-to-cycle interaction
This commit is contained in:
parent
7789ed593b
commit
4101ecfa07
@ -181,6 +181,12 @@
|
||||
</script>
|
||||
|
||||
<div class="vehicle-editor">
|
||||
<div class="vehicle-editor-header">
|
||||
<span class="tooltip-trigger">?
|
||||
<span class="tooltip-content">Click on the part to cycle through colors. Changes are automatically saved.</span>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<!-- 3D Preview (clickable to cycle color) -->
|
||||
<div class="preview-container">
|
||||
<canvas
|
||||
@ -229,6 +235,11 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.vehicle-editor-header {
|
||||
align-self: flex-end;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.preview-container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user