17 lines
640 B
Text
17 lines
640 B
Text
[gd_scene load_steps=4 format=3 uid="uid://cpl4tllohhyel"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/EntitySystem/Bunny.gd" id="1_1kj2b"]
|
|
[ext_resource type="Texture2D" uid="uid://tv804qpxy44n" path="res://Assets/Sprites/EvilBunny/bunny_down.png" id="2_80q10"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_sedmr"]
|
|
|
|
[node name="Bunny" type="CharacterBody2D"]
|
|
collision_layer = 4
|
|
collision_mask = 11
|
|
script = ExtResource("1_1kj2b")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("2_80q10")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_sedmr")
|