replace with multiplayer-coop files
This commit is contained in:
24
src/scenes/tile_particle.tscn
Normal file
24
src/scenes/tile_particle.tscn
Normal file
@@ -0,0 +1,24 @@
|
||||
[gd_scene format=3 uid="uid://cpm56ajvbkjar"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://nhh6gjryrn8" path="res://scripts/tile_particle.gd" id="1_2gfs2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dvqo05l1wrjmx" path="res://assets/gfx/interactive_objects.png" id="2_n08ba"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_l644m"]
|
||||
size = Vector2(15, 15)
|
||||
|
||||
[node name="TileParticle" type="CharacterBody2D" unique_id=1521936803]
|
||||
z_index = 17
|
||||
z_as_relative = false
|
||||
y_sort_enabled = true
|
||||
collision_layer = 0
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_2gfs2")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="." unique_id=1229085539]
|
||||
position = Vector2(-0.5, -0.5)
|
||||
shape = SubResource("RectangleShape2D_l644m")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="." unique_id=1708485507]
|
||||
texture = ExtResource("2_n08ba")
|
||||
region_enabled = true
|
||||
region_rect = Rect2(0, 0, 16, 16)
|
||||
Reference in New Issue
Block a user