Fix Names
This commit is contained in:
parent
12221b0995
commit
5786af2164
@ -1,17 +1,20 @@
|
||||
extends Node2D
|
||||
const SHIP_TYPES = {
|
||||
"transport": {
|
||||
"name": "Transportowiec",
|
||||
"name": "Transport",
|
||||
"cost": {"iron": 10},
|
||||
"speed": 80,
|
||||
"cargo_capacity": 50,
|
||||
"required_tech": null,
|
||||
"texture": "res://assets/ships/transport.png"
|
||||
},
|
||||
"frigate": {
|
||||
"name": "Fregata",
|
||||
"name": "Frigate",
|
||||
"cost": {"iron": 10, "copper": 10},
|
||||
"speed": 120,
|
||||
"attack": 10,
|
||||
"hp": 50,
|
||||
"required_tech": null,
|
||||
"texture": "res://assets/ships/fregata.png"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user