class Ship
- Ship
- VectorSprite
- Reference
- Object
Defined in:
lib/ship.crConstructors
Instance Method Summary
- #accelerate(delta_time : Float64)
- #hide_thrust
- #rotate_ccl(delta_time : Float64)
- #rotate_cl(delta_time : Float64)
- #show_thrust
- #slow_down
Instance methods inherited from class VectorSprite
  
  
    
      draw
    draw, 
    
  
    
      position : Raylib::Vector2
    position, 
    
  
    
      position=(position : Raylib::Vector2)
    position=, 
    
  
    
      rotate(deg)
    rotate, 
    
  
    
      rotation : Float64
    rotation, 
    
  
    
      rotation=(rotation : Float64)
    rotation=, 
    
  
    
      update(deg)update update, velocity : Raylib::Vector2 velocity, velocity=(velocity : Raylib::Vector2) velocity=