Skip to content

Commit

Permalink
new team: add mildmay moose to ontario league
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Oct 27, 2024
1 parent 668675c commit e2b70e5
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions game/assets/teams/ontario-league/mildmay-moose.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="StreamTexture"
path="res://.import/mildmay-moose.png-a43a17653f5c63b61f871e1082403e08.stex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/teams/ontario-league/mildmay-moose.png"
dest_files=[ "res://.import/mildmay-moose.png-a43a17653f5c63b61f871e1082403e08.stex" ]

[params]

compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=true
svg/scale=1.0
8 changes: 6 additions & 2 deletions game/src/global/Teams.gd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var world_cup_teams
var break_team


#lasy ID 92
#next team ID 93

func load_teams():

Expand Down Expand Up @@ -436,6 +436,7 @@ func _load_ontario_teams():
var gamblers_icon = load("res://assets/teams/ontario-league/gamblers.png")
var sting_icon = load("res://assets/teams/ontario-league/sting.png")
var les_boys_icon = load("res://assets/teams/ontario-league/lesboys.png")
var mildmay_moose_icon = load("res://assets/teams/ontario-league/mildmay-moose.png")



Expand All @@ -458,6 +459,9 @@ func _load_ontario_teams():
{"colors" : ["#E1DBD1", "#55222B", "#e6eaee"], "short_name" : "BOY","id" : 91, "name":"Boys","position": 3, "points": 0 ,
"goal_diference": 0 , "wins" : 0, "speed" : 10, "power" : 9,
"lost":0, "icon" : les_boys_icon, "goal_difference":0, "price":100000},
{"colors" : ["#F6F6F6", "#fffff", "#060606"], "short_name" : "MMO","id" : 92, "name":"Mildmay Moose","position": 3, "points": 0 ,
"goal_diference": 0 , "wins" : 0, "speed" : 10, "power" : 9,
"lost":0, "icon" : mildmay_moose_icon, "goal_difference":0, "price":100000},
]
func _load_worldcup_teams():
var italy_icon = load("res://assets/teams/national-teams/italy.png")
Expand Down Expand Up @@ -539,4 +543,4 @@ func _load_worldcup_teams():
]


# 91 TEAMS next ID 92!!!! national teams are negative for now
# 92 TEAMS next ID 93!!!! national teams are negative for now

0 comments on commit e2b70e5

Please sign in to comment.