-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReverseCard.tscn
39 lines (30 loc) · 1000 Bytes
/
ReverseCard.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
[gd_scene load_steps=7 format=2]
[ext_resource path="res://billboards.png" type="Texture" id=1]
[ext_resource path="res://ReverseCard.gd" type="Script" id=2]
[sub_resource type="AtlasTexture" id=1]
flags = 18
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 16, 16 )
[sub_resource type="SpatialMaterial" id=2]
params_cull_mode = 2
params_billboard_mode = 2
params_use_alpha_scissor = true
params_alpha_scissor_threshold = 0.98
albedo_texture = SubResource( 1 )
[sub_resource type="AtlasTexture" id=3]
flags = 18
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 16, 16 )
[sub_resource type="SphereShape" id=4]
radius = 0.54
[node name="Area" type="Area"]
script = ExtResource( 2 )
[node name="Sprite3D" type="Sprite3D" parent="."]
material_override = SubResource( 2 )
pixel_size = 0.0625
billboard = 2
texture = SubResource( 3 )
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 4 )
[node name="OmniLight" type="OmniLight" parent="."]
light_indirect_energy = 0.0