Skip to content

Commit

Permalink
More enemies
Browse files Browse the repository at this point in the history
  • Loading branch information
666Savior committed Apr 26, 2021
1 parent d3f2bab commit 1c7f8eb
Show file tree
Hide file tree
Showing 3 changed files with 293 additions and 87 deletions.
2 changes: 1 addition & 1 deletion environment/Nocollissiongrassything.png.import
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=true
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
Expand Down
8 changes: 8 additions & 0 deletions environment/bush2.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://environment/bush2.png" type="Texture" id=1]

[node name="Node2D" type="Node2D"]

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

0 comments on commit 1c7f8eb

Please sign in to comment.