We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a595296 commit 2ee78d4Copy full SHA for 2ee78d4
src/content/reference/components/image.md
@@ -20,5 +20,9 @@ export default function App() {
20
21
### Properties
22
23
-- **source**: Source of the image. Can be a url, the `Texture2D` object or the `Sprite` object.
+- **source**: Source of the image. Can be a url, a resource path (e.g. 'res:/path/to/file'), the `Texture2D` object or the `Sprite` object.
24
- **fit**: Determines how to position the image inside the element.
25
+
26
+### Notes
27
28
+- The css `color` property can be used to tint the image.
0 commit comments