feat: Add initial ColliderProperties component with basic UI structure
This commit is contained in:
11
app/src/modules/scene/physics/ui/ColliderProperties.tsx
Normal file
11
app/src/modules/scene/physics/ui/ColliderProperties.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
function ColliderProperties() {
|
||||
return (
|
||||
<div>
|
||||
<div className="btn btn-primary">Collider UI</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default ColliderProperties
|
||||
Reference in New Issue
Block a user