Skip to content

Commit

Permalink
level 1 done, variable jump height
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopfed committed Mar 8, 2021
1 parent cb521cd commit f684916
Show file tree
Hide file tree
Showing 12 changed files with 628 additions and 149 deletions.
3 changes: 3 additions & 0 deletions .import/win sound.wav-74d970aca58010070f198be944b910cb.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
source_md5="76d08060ea4f0a4f9eba610bac2964fe"
dest_md5="46f2554f3171bd4ddd5a8ee256ff0232"

Binary file not shown.
Binary file not shown.
Binary file added Assets/Audio/SFX/win sound.wav
Binary file not shown.
21 changes: 21 additions & 0 deletions Assets/Audio/SFX/win sound.wav.import
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[remap]

importer="wav"
type="AudioStreamSample"
path="res://.import/win sound.wav-74d970aca58010070f198be944b910cb.sample"

[deps]

source_file="res://Assets/Audio/SFX/win sound.wav"
dest_files=[ "res://.import/win sound.wav-74d970aca58010070f198be944b910cb.sample" ]

[params]

force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop=false
compress/mode=0
5 changes: 3 additions & 2 deletions Scenes/collectible.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
[ext_resource path="res://Assets/World Tiles/motherboard gold.png" type="Texture" id=1]
[ext_resource path="res://Scripts/collectible.gd" type="Script" id=2]

[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 32, 32 )
[sub_resource type="CircleShape2D" id=1]
radius = 32.0

[node name="collectible" type="Area2D"]
collision_layer = 0
script = ExtResource( 2 )

[node name="Sprite" type="Sprite" parent="."]
rotation = 0.785398
texture = ExtResource( 1 )

[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
Expand Down
Loading

0 comments on commit f684916

Please sign in to comment.