/
OrchestraNotPlay
/
EnergyDron
Обзор
Документация
Войти
/
OrchestraNotPlay
/
EnergyDron
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/core/core.tscn
29 строк
1 KB
OrchestraNotPlay
feat: mobile controls
27 апр 2026, 12:43
27 апр 2026, 12:43
868b3a8
Код
Авторство
О чём код?
[gd_scene format=3 uid="uid://i3bv3u3h48y6"] [ext_resource type="Script" uid="uid://biw6bxte1ef13" path="res://src/core/core.gd" id="1_xkfqm"] [ext_resource type="PackedScene" uid="uid://dxsso6pwiwi31" path="res://assets/core/core.glb" id="2_p6lt4"] [sub_resource type="SphereShape3D" id="SphereShape3D_uy1dj"] [node name="Core" type="StaticBody3D" unique_id=1581573893] collision_layer = 2 collision_mask = 2 script = ExtResource("1_xkfqm") metadata/type = "core" [node name="CollisionShape3D" type="CollisionShape3D" parent="." unique_id=103411767] shape = SubResource("SphereShape3D_uy1dj") [node name="core" parent="." unique_id=211438850 instance=ExtResource("2_p6lt4")] [node name="Timer" type="Timer" parent="." unique_id=1845514095] wait_time = 2.0 autostart = true [node name="Label3D" type="Label3D" parent="." unique_id=531548265] transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.8599894, 0) billboard = 1 text = "0" font_size = 200 [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]