Skip to content

Commit 192b512

Browse files
committed
hid new platform options for now
1 parent b0483ff commit 192b512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AddButton.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ const AddButton: React.FC<Props> = ({ gameObjects, updateTurret, updateEnemy, up
362362
<Input onChange={(e) => { platformType = 'round'; }} type="radio" name="platformType" id="round" /> Round {' '}
363363
</Label>
364364
</FormGroup>
365-
<FormGroup >
365+
{/* <FormGroup >
366366
<Label check inline style={itemTypeStyle}>
367367
<Input onChange={(e) => { platformType = 'tall'; }} type="radio" name="platformType" id="round" /> Tall {' '}
368368
</Label>
@@ -376,7 +376,7 @@ const AddButton: React.FC<Props> = ({ gameObjects, updateTurret, updateEnemy, up
376376
<Label check inline style={itemTypeStyle}>
377377
<Input onChange={(e) => { platformType = 'pillar'; }} type="radio" name="platformType" id="round" /> Pillar {' '}
378378
</Label>
379-
</FormGroup>
379+
</FormGroup> */}
380380
</Form>
381381
<Form inline>
382382
<FormGroup >

0 commit comments

Comments
 (0)