forked from team-sg/hero-mark-2
new water mine sprite
This commit is contained in:
parent
f220a85cd3
commit
df5a1b07e1
3 changed files with 4 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 527 B |
Binary file not shown.
Before Width: | Height: | Size: 741 B After Width: | Height: | Size: 721 B |
|
@ -1,9 +1,11 @@
|
|||
[gd_scene load_steps=7 format=2]
|
||||
[gd_scene load_steps=8 format=2]
|
||||
|
||||
[ext_resource path="res://objects/enemy/mine.gd" type="Script" id=1]
|
||||
[ext_resource path="res://graphics/enemy/mine.png" type="Texture" id=2]
|
||||
[ext_resource path="res://graphics/enemy/chain.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=4]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id=1]
|
||||
extents = Vector2( 7, 7.5 )
|
||||
|
||||
|
@ -77,6 +79,7 @@ position = Vector2( 8, 8 )
|
|||
cast_to = Vector2( 0, 192 )
|
||||
|
||||
[node name="Chain" type="Line2D" parent="."]
|
||||
material = SubResource( 4 )
|
||||
position = Vector2( 0, 8 )
|
||||
points = PoolVector2Array( 8, 0, 8, 16 )
|
||||
width = 4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue