Skip to content
View tetrisface's full-sized avatar
  • Stockholm
  • 14:40 (UTC +02:00)

Block or report tetrisface

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Backbash/NuttyB-Raptors Backbash/NuttyB-Raptors Public

    Lua 8 4

  2. gui_raptor_panel_aggro.lua gui_raptor_panel_aggro.lua
    1
    -- Discord: https://discord.com/channels/549281623154229250/1203485910512173096/1203485910512173096
    2
    -- Gist: https://gist.github.com/tetrisface/2f99f5a5b179e3ac42e7e63825880713
    3
    
                  
    4
    if not Spring.Utilities.Gametype.IsRaptors() and not Spring.Utilities.Gametype.IsScavengers() then
    5
    	return false
  3. gui_shield_ground_rings.lua gui_shield_ground_rings.lua
    1
    function widget:GetInfo()
    2
      return {
    3
        desc    = 'Draws extra ground rings around both queued and finished shields. Unfinished shields and queued shields has a different color and pulsate.',
    4
        author  = 'tetrisface',
    5
        version = '',
  4. gui_shield_ground_rings_2d.lua gui_shield_ground_rings_2d.lua
    1
    function widget:GetInfo()
    2
    	return {
    3
    		desc = "Draws extra ground rings around both queued and finished shields. Unfinished shields and queued shields has a different color and pulsate.",
    4
    		author = "tetrisface",
    5
    		version = "",