mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-04 14:49:41 +01:00
27 lines
769 B
Plaintext
27 lines
769 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bryfdf2r0lvau"]
|
|
|
|
[ext_resource type="Script" path="res://troll.gd" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://c125b0x0g8lwk" path="res://troll.png" id="2"]
|
|
|
|
[sub_resource type="CircleShape2D" id="1"]
|
|
radius = 16.0
|
|
|
|
[node name="Troll" type="CharacterBody2D"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2")
|
|
|
|
[node name="Shadow" type="Sprite2D" parent="."]
|
|
modulate = Color(0, 0, 0, 0.501961)
|
|
show_behind_parent = true
|
|
position = Vector2(3, 3)
|
|
texture = ExtResource("2")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(3.24216, 19.453)
|
|
shape = SubResource("1")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
current = true
|