mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-04 14:49:41 +01:00
32 lines
939 B
Plaintext
32 lines
939 B
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://addons/node25d/node_25d.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/node25d/icons/node_25d_icon.png" type="Texture" id=2]
|
|
[ext_resource path="res://assets/platform/textures/forty_five.png" type="Texture" id=3]
|
|
[ext_resource path="res://assets/platform/platform_sprite.gd" type="Script" id=4]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
extents = Vector3( 5, 0.5, 5 )
|
|
|
|
[node name="Platform" type="Node2D"]
|
|
z_index = -3996
|
|
script = ExtResource( 1 )
|
|
__meta__ = {
|
|
"_editor_icon": ExtResource( 2 )
|
|
}
|
|
|
|
[node name="PlatformMath" type="StaticBody" parent="."]
|
|
collision_layer = 1048575
|
|
collision_mask = 1048575
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="PlatformMath"]
|
|
shape = SubResource( 1 )
|
|
__meta__ = {
|
|
"_edit_lock_": true
|
|
}
|
|
|
|
[node name="PlatformSprite" type="Sprite" parent="."]
|
|
scale = Vector2( 0.5, 0.5 )
|
|
texture = ExtResource( 3 )
|
|
script = ExtResource( 4 )
|