exampleShittyPlatformer
This commit is contained in:
23
scenes/blorbo.tscn
Normal file
23
scenes/blorbo.tscn
Normal file
@@ -0,0 +1,23 @@
|
||||
[gd_scene format=3 uid="uid://6hvtko6ur466"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bl3pxakeoapd2" path="res://code/Blorbo.cs" id="1_mfum6"]
|
||||
[ext_resource type="Texture2D" uid="uid://bu43jlfcn6utc" path="res://icons/mob/blorbo.png" id="2_3sc2b"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_dn5c8"]
|
||||
size = Vector2(14, 15)
|
||||
|
||||
[node name="Blorbo" type="CharacterBody2D" unique_id=297375332]
|
||||
platform_floor_layers = 4294967041
|
||||
platform_wall_layers = 1
|
||||
script = ExtResource("1_mfum6")
|
||||
|
||||
[node name="Blorbo-Icon" type="Sprite2D" parent="." unique_id=383159907]
|
||||
texture_filter = 1
|
||||
texture = ExtResource("2_3sc2b")
|
||||
|
||||
[node name="Collider" type="CollisionShape2D" parent="." unique_id=368836316]
|
||||
position = Vector2(0, 0.5)
|
||||
shape = SubResource("RectangleShape2D_dn5c8")
|
||||
|
||||
[node name="FloorCheck" type="Marker2D" parent="." unique_id=1675033941]
|
||||
position = Vector2(0, 9)
|
||||
Reference in New Issue
Block a user