We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2530a commit 51bc72dCopy full SHA for 51bc72d
etc/assets/scene.flecs
@@ -8,14 +8,14 @@ using flecs.components.*
8
9
template FencePost {
10
prop x = f32: 0
11
- Position3: {$x, 1};
+ Position3: {$x, 1}
12
Box: {0.5, 2, 0.5}
13
}
14
15
template FenceBoard {
16
prop width = f32: 10
17
prop y = f32: 1
18
- Position3: {0, $y};
+ Position3: {0, $y}
19
Box: {$width, 0.5, 0.2}
20
21
@@ -47,4 +47,4 @@ template Pen {
47
48
49
50
-Pen my_pen(width: 10, depth: 15)
+Pen my_pen(width: 10, depth: 15)
etc/flecs_explorer.wasm
0 Bytes
0 commit comments