-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMemein.tscn
42 lines (32 loc) · 1.11 KB
/
Memein.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Memein.gd" type="Script" id=1]
[ext_resource path="res://meme.tres" type="DynamicFont" id=2]
[sub_resource type="ViewportTexture" id=1]
flags = 4
viewport_path = NodePath("Memeport")
[sub_resource type="CubeMesh" id=2]
[sub_resource type="SpatialMaterial" id=3]
albedo_color = Color( 1, 0, 0, 1 )
[node name="Memein" type="Spatial"]
script = ExtResource( 1 )
[node name="MemeCamera" type="Camera" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 2.39815 )
fov = 90.0
[node name="Memeport" type="Viewport" parent="."]
size = Vector2( 577, 165 )
transparent_bg = true
render_target_v_flip = true
[node name="Memebel" type="Label" parent="Memeport"]
margin_right = 40.0
margin_bottom = 14.0
custom_fonts/font = ExtResource( 2 )
text = "memes"
align = 1
valign = 1
[node name="Meme3D" type="Sprite3D" parent="."]
texture = SubResource( 1 )
[node name="MemeInstance" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 4.44245, 0, -3.58145 )
mesh = SubResource( 2 )
skeleton = NodePath("")
material/0 = SubResource( 3 )