mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
52 lines
1.5 KiB
Plaintext
52 lines
1.5 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://player/cubio.gd" type="Script" id=1]
|
|
[ext_resource path="res://models/cube.mesh" type="ArrayMesh" id=2]
|
|
[ext_resource path="res://player/follow_camera.gd" type="Script" id=3]
|
|
[ext_resource path="res://models/white_cube_material.tres" type="Material" id=4]
|
|
|
|
[sub_resource type="BoxShape" id=1]
|
|
margin = 0.001
|
|
extents = Vector3( 0.45, 0.45, 0.45 )
|
|
|
|
[node name="Cubio" type="KinematicBody"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="CubeMesh" type="MeshInstance" parent="."]
|
|
_import_path = NodePath("cube-col")
|
|
transform = Transform( 0.9, 0, 0, 0, 0.9, 0, 0, 0, 0.9, 0, 0, 0 )
|
|
mesh = ExtResource( 2 )
|
|
material/0 = ExtResource( 4 )
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Target" type="Spatial" parent="."]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0 )
|
|
|
|
[node name="Camera" type="Camera" parent="Target"]
|
|
transform = Transform( 0.34202, -0.321394, 0.883022, 0, 0.939693, 0.34202, -0.939693, -0.116978, 0.321394, 2, 0.5, 0.913381 )
|
|
fov = 74.0
|
|
near = 0.1
|
|
far = 50.0
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="WinText" type="CenterContainer" parent="."]
|
|
visible = false
|
|
anchor_right = 1.0
|
|
margin_bottom = 100.0
|
|
|
|
[node name="Holder" type="Control" parent="WinText"]
|
|
margin_left = 512.0
|
|
margin_top = 50.0
|
|
margin_right = 512.0
|
|
margin_bottom = 50.0
|
|
|
|
[node name="TextLabel" type="Label" parent="WinText/Holder"]
|
|
margin_left = -354.0
|
|
margin_bottom = 14.0
|
|
rect_scale = Vector2( 2, 2 )
|
|
text = "Thank You, Cubio! But the Princess is in Another Demo!"
|
|
align = 1
|
|
valign = 1
|