mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 23:10:08 +01:00
13 lines
481 B
Plaintext
13 lines
481 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://sb6gjd5qmf7d"]
|
|
|
|
[ext_resource type="Script" uid="uid://ciivkvibikjfc" path="res://tests/functional/test_pyramid.gd" id="1"]
|
|
[ext_resource type="PackedScene" uid="uid://bme1oft43530u" path="res://tests/static_scene_flat.tscn" id="2"]
|
|
|
|
[node name="Test" type="Node2D"]
|
|
script = ExtResource("1")
|
|
|
|
[node name="Pyramid" type="Node2D" parent="."]
|
|
position = Vector2(512, 500)
|
|
|
|
[node name="StaticSceneFlat" parent="." instance=ExtResource("2")]
|