Skip to content

Commit

Permalink
Merge pull request #27 from EamonnMR/hypergates
Browse files Browse the repository at this point in the history
Hyperspace Relays
  • Loading branch information
EamonnMR authored Aug 29, 2023
2 parents b26d899 + f809a2e commit f20eb54
Show file tree
Hide file tree
Showing 64 changed files with 7,483 additions and 123 deletions.
5 changes: 4 additions & 1 deletion Cheats.gd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ var CHEATS = {
"21a8297be0a2e4a39ec56a65015c0451": func make_player_invincible(args):
var health = Client.player.get_node("Health")
health.invulnerable = not health.invulnerable
return health.invulnerable
return health.invulnerable,
"1a8422b3ee8414b2f29e91b333a96004": func show_hypergate_lanes(args):
return Client.get_ui().get_node("Map").toggle_show_all_hypergate_lanes()

}

func toggle(variable_name):
Expand Down
2 changes: 1 addition & 1 deletion Client.gd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func current_system_id():

func map_select_system(system_id, system_node):
sel_sys(system_id, system_node)
emit_signal("system_selection_updated")
system_selection_updated.emit()

func sel_sys(system_id, node):
selected_system = system_id
Expand Down
Binary file added asset_sources/bomb.xcf
Binary file not shown.
Binary file added asset_sources/crucible.xcf
Binary file not shown.
Binary file added asset_sources/flak.xcf
Binary file not shown.
Binary file added asset_sources/guided.xcf
Binary file not shown.
Binary file added asset_sources/hypersolenoid.xcf
Binary file not shown.
Binary file added asset_sources/hyperspace_relay.blend
Binary file not shown.
Binary file added asset_sources/nanoforge.xcf
Binary file not shown.
Binary file added asset_sources/panopticon_icon.xcf
Binary file not shown.
Binary file modified asset_sources/trefoil.blend
Binary file not shown.
Binary file added assets/damnwing_cc_by/zipgun_turret.png
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 assets/damnwing_cc_by/zipgun_turret.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bjnr61cqrtlev"
path.s3tc="res://.godot/imported/zipgun_turret.png-acb45a678d9847453cce6fa72b413ea7.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/damnwing_cc_by/zipgun_turret.png"
dest_files=["res://.godot/imported/zipgun_turret.png-acb45a678d9847453cce6fa72b413ea7.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/bomb_ammo.png
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 assets/danc_cc_by/icons/bomb_ammo.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://dwuptc6om4c50"
path.s3tc="res://.godot/imported/bomb_ammo.png-15d99b4afecfd4aa9d64fe632e7b59c3.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/bomb_ammo.png"
dest_files=["res://.godot/imported/bomb_ammo.png-15d99b4afecfd4aa9d64fe632e7b59c3.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/bomb_launcher.png
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 assets/danc_cc_by/icons/bomb_launcher.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://blghctvebuivq"
path.s3tc="res://.godot/imported/bomb_launcher.png-1c374576f575c69081a60738a15ed693.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/bomb_launcher.png"
dest_files=["res://.godot/imported/bomb_launcher.png-1c374576f575c69081a60738a15ed693.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/crucible.png
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 assets/danc_cc_by/icons/crucible.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://d0b4bwbnmek8j"
path.s3tc="res://.godot/imported/crucible.png-dcfe96ef1676a72c0cdef3ee2f06db4c.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/crucible.png"
dest_files=["res://.godot/imported/crucible.png-dcfe96ef1676a72c0cdef3ee2f06db4c.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/flak.png
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 assets/danc_cc_by/icons/flak.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bvuffxmc3pgpm"
path.s3tc="res://.godot/imported/flak.png-d4a47d9af2cb7b43992b294d8c94aa72.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/flak.png"
dest_files=["res://.godot/imported/flak.png-d4a47d9af2cb7b43992b294d8c94aa72.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/flak_ammo.png
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 assets/danc_cc_by/icons/flak_ammo.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://vfjx5xt80k2v"
path.s3tc="res://.godot/imported/flak_ammo.png-6eca64984f788c2a8b6179aea5f5736d.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/flak_ammo.png"
dest_files=["res://.godot/imported/flak_ammo.png-6eca64984f788c2a8b6179aea5f5736d.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/hypersolenoid.png
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 assets/danc_cc_by/icons/hypersolenoid.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://bkkhqks55wgm3"
path.s3tc="res://.godot/imported/hypersolenoid.png-84a7faa84fa603d9aeeea850ae458932.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/hypersolenoid.png"
dest_files=["res://.godot/imported/hypersolenoid.png-84a7faa84fa603d9aeeea850ae458932.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/missile_ammo.png
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 assets/danc_cc_by/icons/missile_ammo.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://by4as13ohi5bh"
path.s3tc="res://.godot/imported/missile_ammo.png-77ae688f3545be5518f9e42d016b49db.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/missile_ammo.png"
dest_files=["res://.godot/imported/missile_ammo.png-77ae688f3545be5518f9e42d016b49db.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/missile_battery.png
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 assets/danc_cc_by/icons/missile_battery.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://d3ei6pjcg1m3l"
path.s3tc="res://.godot/imported/missile_battery.png-f31cbf87a5aa170f04a6d0a8c3ebd41c.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/missile_battery.png"
dest_files=["res://.godot/imported/missile_battery.png-f31cbf87a5aa170f04a6d0a8c3ebd41c.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/missile_launcher.png
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 assets/danc_cc_by/icons/missile_launcher.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://do2kgyk55d76y"
path.s3tc="res://.godot/imported/missile_launcher.png-87e5fd24cee20170d2e6f63ad889efa5.s3tc.ctex"
metadata={
"imported_formats": ["s3tc_bptc"],
"vram_texture": true
}

[deps]

source_file="res://assets/danc_cc_by/icons/missile_launcher.png"
dest_files=["res://.godot/imported/missile_launcher.png-87e5fd24cee20170d2e6f63ad889efa5.s3tc.ctex"]

[params]

compress/mode=2
compress/high_quality=false
compress/lossy_quality=0.7
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
Binary file added assets/danc_cc_by/icons/nanoforge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f20eb54

Please sign in to comment.