You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Extract and reorganize texture resource classes
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
#include "scene/gui/separator.h"
|
||||
#include "scene/gui/spin_box.h"
|
||||
#include "scene/gui/view_panner.h"
|
||||
#include "scene/resources/texture.h"
|
||||
#include "scene/resources/atlas_texture.h"
|
||||
|
||||
void draw_margin_line(Control *edit_draw, Vector2 from, Vector2 to) {
|
||||
Vector2 line = (to - from).normalized() * 10;
|
||||
|
||||
Reference in New Issue
Block a user