Skip to content

Commit

Permalink
Simple Player Movement
Browse files Browse the repository at this point in the history
- implemented simple player movement with arrow keys
- base folder structure for assets, scripts etc.
  • Loading branch information
Nick committed Oct 24, 2023
1 parent 5309d63 commit d31474b
Show file tree
Hide file tree
Showing 12 changed files with 762 additions and 5 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Teamprojekt++
# Teamprojekt++ 2023
Binary file added assets/.DS_Store
Binary file not shown.
Binary file added assets/art/.DS_Store
Binary file not shown.
Binary file added assets/art/prototyp/placehold_main.png
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 assets/art/prototyp/placehold_main.png.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[remap]

importer="texture"
type="CompressedTexture2D"
uid="uid://d2xnwfbp425it"
path="res://.godot/imported/placehold_main.png-8fbe92507f04aa98b5fb043680f3c36b.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://assets/art/prototyp/placehold_main.png"
dest_files=["res://.godot/imported/placehold_main.png-8fbe92507f04aa98b5fb043680f3c36b.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
File renamed without changes
6 changes: 3 additions & 3 deletions icon.svg.import → assets/godot/icon.svg.import
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
importer="texture"
type="CompressedTexture2D"
uid="uid://cgkhdk7u0qrd2"
path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"
path="res://.godot/imported/icon.svg-8895c856e2dab7670b6376a4324b2535.ctex"
metadata={
"vram_texture": false
}

[deps]

source_file="res://icon.svg"
dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"]
source_file="res://assets/godot/icon.svg"
dest_files=["res://.godot/imported/icon.svg-8895c856e2dab7670b6376a4324b2535.ctex"]

[params]

Expand Down
11 changes: 10 additions & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@ config_version=5
[application]

config/name="Teamprojekt++"
run/main_scene="res://scenes/player.tscn"
config/features=PackedStringArray("4.1", "Forward Plus")
config/icon="res://icon.svg"
config/icon="res://assets/godot/icon.svg"

[display]

window/stretch/scale=4.0

[rendering]

textures/canvas_textures/default_texture_filter=0
Loading

0 comments on commit d31474b

Please sign in to comment.