You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -361,7 +361,7 @@ SampleEditor::SampleEditor() {
|
||||
add_style_override("panel", get_stylebox("panel","Panel"));
|
||||
library = Ref<SampleLibrary>(memnew(SampleLibrary));
|
||||
player->set_sample_library(library);
|
||||
sample_texframe = memnew( TextureFrame );
|
||||
sample_texframe = memnew( TextureRect );
|
||||
add_child(sample_texframe);
|
||||
sample_texframe->set_anchor_and_margin(MARGIN_LEFT,ANCHOR_BEGIN,5);
|
||||
sample_texframe->set_anchor_and_margin(MARGIN_RIGHT,ANCHOR_END,5);
|
||||
|
||||
Reference in New Issue
Block a user