mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 14:02:23 +02:00
Merge branch 'bos_testing' into devRefactor
This commit is contained in:
@@ -4,16 +4,20 @@
|
||||
[ext_resource path="res://testSprites/fackel.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Objects/Torch/Torch.gd" type="Script" id=3]
|
||||
[ext_resource path="res://Effects/Fire/FireEffect.tscn" type="PackedScene" id=4]
|
||||
[ext_resource path="res://Overlap/Kind.tscn" type="PackedScene" id=5]
|
||||
|
||||
[sub_resource type="CapsuleShape2D" id=1]
|
||||
radius = 8.0
|
||||
height = 12.0
|
||||
|
||||
[node name="Torch" type="StaticBody2D"]
|
||||
[node name="Torch" type="Node2D"]
|
||||
script = ExtResource( 3 )
|
||||
|
||||
[node name="FireEffect" parent="." instance=ExtResource( 4 )]
|
||||
position = Vector2( 1.88936, -12.4698 )
|
||||
[node name="Kind" parent="." instance=ExtResource( 5 )]
|
||||
general = 4
|
||||
kind = 2
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( 0, -8 )
|
||||
|
||||
Reference in New Issue
Block a user