mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-16 15:10:20 +02:00
Added Grid, and Kind describtion
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Overlap/HurtHit_Box/Hitbox.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://testSprites/flame.png" type="Texture" id=3]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id=1]
|
||||
@@ -8,6 +9,9 @@ height = 6.36237
|
||||
|
||||
[node name="Flame" type="Node2D"]
|
||||
|
||||
[node name="Kind" parent="." instance=ExtResource( 2 )]
|
||||
kind = 10
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 0.44072, -6.06005 )
|
||||
texture = ExtResource( 3 )
|
||||
|
||||
Reference in New Issue
Block a user