SprayCan¶
Vanilla game class representing a spray-paint can consumable. The game ships one SprayCan prefab per color.
Fields¶
Source: F0015.
PaintMaterial/PaintableMaterial: TheMaterialrepresenting the can's current color. The game has oneSprayCanprefab per color.Thumbnail: TheSpriteshown in the inventory slot. Tied to the prefab, so switching color requires updating it manually.Quantity: Decremented on each use. Setting it to 0 before vanilla runs effectively makes the can infinite.
Verification history¶
- 2026-04-20: page created from the Research migration; verbatim content lifted from F0015. No conflicts.
Open questions¶
None at creation.