Skip to content

Commit

Permalink
feat(brackeys13): added planet earth, going to fix the shop next and …
Browse files Browse the repository at this point in the history
…spawn location for the planet being 0,0.
  • Loading branch information
h0lybyte committed Feb 23, 2025
1 parent 749617e commit 0092006
Show file tree
Hide file tree
Showing 5 changed files with 612 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.
34 changes: 34 additions & 0 deletions apps/gamejam/brackeys/13/assets/frostwindz/earth.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://veqcurbi85ee"
path="res://.godot/imported/earth.png-19b3887d06e132cba3de31af69779243.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/frostwindz/earth.png"
dest_files=["res://.godot/imported/earth.png-19b3887d06e132cba3de31af69779243.ctex"]

[params]

compress/mode=0
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
5 changes: 5 additions & 0 deletions apps/gamejam/brackeys/13/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ shoot={
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":32,"key_label":0,"unicode":32,"location":0,"echo":false,"script":null)
]
}
interaction={
"deadzone": 0.5,
"events": [Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":-1,"window_id":0,"alt_pressed":false,"shift_pressed":false,"ctrl_pressed":false,"meta_pressed":false,"pressed":false,"keycode":0,"physical_keycode":88,"key_label":0,"unicode":120,"location":0,"echo":false,"script":null)
]
}

[layer_names]

Expand Down
Loading

0 comments on commit 0092006

Please sign in to comment.