forked from team-sg/hero-mark-2
renamed gold to key
This commit is contained in:
parent
139a6c50de
commit
2281627223
19 changed files with 38 additions and 87 deletions
|
@ -1,12 +1,12 @@
|
|||
[gd_scene load_steps=17 format=2]
|
||||
|
||||
[ext_resource path="res://objects/collectibles/gold.gd" type="Script" id=1]
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=2]
|
||||
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
|
||||
[ext_resource path="res://graphics/collectibles/key.png" type="Texture" id=2]
|
||||
[ext_resource path="res://graphics/collectibles/30385.png" type="Texture" id=3]
|
||||
[ext_resource path="res://graphics/collectibles/key.png" type="Texture" id=4]
|
||||
[ext_resource path="res://objects/collectibles/key.gd" type="Script" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=7]
|
||||
shader = ExtResource( 2 )
|
||||
shader = ExtResource( 1 )
|
||||
shader_param/border_color = Color( 0, 0, 0, 1 )
|
||||
shader_param/border_corners = false
|
||||
|
||||
|
@ -23,27 +23,27 @@ atlas = ExtResource( 3 )
|
|||
region = Rect2( 20, 0, 10, 10 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=8]
|
||||
atlas = ExtResource( 4 )
|
||||
atlas = ExtResource( 2 )
|
||||
region = Rect2( 0, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=9]
|
||||
atlas = ExtResource( 4 )
|
||||
atlas = ExtResource( 2 )
|
||||
region = Rect2( 8, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=10]
|
||||
atlas = ExtResource( 4 )
|
||||
atlas = ExtResource( 2 )
|
||||
region = Rect2( 16, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=11]
|
||||
atlas = ExtResource( 4 )
|
||||
atlas = ExtResource( 2 )
|
||||
region = Rect2( 24, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=12]
|
||||
atlas = ExtResource( 4 )
|
||||
atlas = ExtResource( 2 )
|
||||
region = Rect2( 32, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="AtlasTexture" id=13]
|
||||
atlas = ExtResource( 4 )
|
||||
atlas = ExtResource( 2 )
|
||||
region = Rect2( 40, 0, 8, 9 )
|
||||
|
||||
[sub_resource type="SpriteFrames" id=5]
|
||||
|
@ -63,7 +63,7 @@ animations = [ {
|
|||
extents = Vector2( 4, 4 )
|
||||
|
||||
[node name="Gold" type="Node2D" groups=["gold"]]
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource( 4 )
|
||||
|
||||
[node name="AnimatedSprite" type="AnimatedSprite" parent="."]
|
||||
material = SubResource( 7 )
|
Loading…
Add table
Add a link
Reference in a new issue