Skip to content

Commit

Permalink
feat: construction props
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoneerC committed Sep 25, 2024
1 parent 2509f6f commit 759a050
Show file tree
Hide file tree
Showing 43 changed files with 10 additions and 0 deletions.
Binary file added Assets/Props/SeaBase/SM_Barrel_01.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Boxes_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Boxes_02a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Boxes_03a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_BrickPaletteStack_01c.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_BrickPaletteStack_01d.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_BrickPaletteStack_01f.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_CableReel.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_CinderStack_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_CinderStack_01b.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_CinderStack_02a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_CinderStack_03a.glb
Binary file not shown.
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_ConcreteBag_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_ConcreteBag_02a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_ConcreteBag_04a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_ConcretePipe_01.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_ConcretePipe_02.glb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Crate_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Crate_Lid_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Dumpster.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_FreightContainer_01.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_LightGenerator_01a.glb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_PlasticBarrel_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Portapotty_01.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Roadblock_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Roadblock_03a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Roadblock_03b.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Roadblock_04a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Spool_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Tarp_04.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Tarp_05.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_Trafficbarrier_01.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_WaterTank_01a.glb
Binary file not shown.
Binary file added Assets/Props/SeaBase/SM_woodenpalette_01.glb
Binary file not shown.
10 changes: 10 additions & 0 deletions Assets/Scripts/FixLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ public class FixLogic : MonoBehaviour
public GameObject welderParticles;
public Welder welder;

//por cada leak poner distintos: para sacar el circulo 1 del minimapa con sus particulas tenemos que fixear 2 leaks que van a tener un componente halo.
//el circulo 1 y la particula seran proveidas aca en variables publicas

//reglas:
//eliminadas 2 leaks con halos? -> eliminar circulo 0 del minimapa y particula
//eliminada 1 leak con wind zone? chau circulo 1 del minimapa y particula
//eliminada 2 leak con projector? chau circulo 2 del minimapa y particula
//eliminada 1 leak con lens flare? chau circulo 3 del minimapa y particula
//eliminada 1 leak con mask? chau circulo 4 del minimapa y particula

private bool _isOverlapping;
private GameObject _currentLeak;
private bool _isFixing;
Expand Down

0 comments on commit 759a050

Please sign in to comment.