work in progress platform

This commit is contained in:
2025-03-08 23:25:51 +01:00
parent 75f7b1c7b3
commit 6bbc718eba
4 changed files with 54 additions and 10 deletions

View File

@@ -60,7 +60,7 @@ pub struct Platform;
#[reflect(Component)]
#[require(Transform)]
pub struct PlatformTarget {
targetname: String,
pub targetname: String,
}
#[derive(PointClass, Component, Reflect, Default)]